Code: Select all
\documentclass[12pt]{book}
\usepackage[T1]{fontenc}
\usepackage{geometry}
\usepackage[center,pagestyles,uppercase]{titlesec} % needs recent version of »titlesec«
\usepackage{xcolor}
\usepackage{framed}
\geometry{
left=2.05cm,
right=2.10cm,
top=2.45cm,
bottom=2.5cm,
headheight=15pt,
includeheadfoot
}
\newpagestyle{main}{
\headrule
\sethead[\slshape\chaptertitle][][]{}{}{\slshape\chaptertitle}
\setfoot[][\thepage][]{}{\thepage}{}
}
\pagestyle{main}
\newenvironment{crub}{ % new environment instead of command
\begin{trivlist}
\centering
\color{red}
\item\relax
}{\end{trivlist}}
\title{AN ORTHODOX RULE OF PRAYER.}
\author{Father Thomas Moore, Michael Dykes}
\date{\today}
\begin{document}
\maketitle
\part{Sunday Prayers}
\chapter{Saturday Evening Prayers.}
\begin{crub}
Towards evening, we stand before the holy icons (having lit a candle and maybe some incense), with reverence and fear of God; we gather our thoughts, make the Sign of the Cross, and say:
\end{crub}
In the Name of the Father, and of the Son, and of the Holy Spirit. Amen.
\begin{framed}
\begin{crub}
From St. Thomas Sunday until Ascension, instead of \textbf{O God, cleanse me, a sinner \ldots we say:}
\end{crub}
Christ is risen from the dead, trampling down death by death, and upon those in the tombs bestowing life.
\begin{crub}
(thrice)
\end{crub}
\begin{crub}
During any Vigil-rank Festal Period [(see Appendix A) - including your and your Temple's Patronal Feast Day], we begin our prayers by praying the Festal Troparia (again, see Appendix A).
\end{crub}
\begin{crub}
Then, in either case, we immediately pray the Trisagion Prayers as below:
\end{crub}
\end{framed}
\begin{crub}
Afterwards, we collect our thoughts, and make seven prostrations (or metanoias), saying:
\end{crub}
\section{The Seven--Bow Beginning.}
O God, be merciful to me, a sinner.
\end{document}