Here is the initial code from the preamble, and the beginning of where I start to have problems (which is honestly from the beginning of the doc, but I have left out the toc command). Any help is appreciated.
Code: Select all
\documentclass[12pt,letterpaper,twoside]{book}
\usepackage[left=2.05cm,right=2.10cm,top=2.45cm,bottom=2.5cm]{geometry}
\usepackage{amsmath,amssymb,color,fancyhdr,framed,titlesec}
\setlength{\headheight}{15pt}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\rightmark{#1}{}}
\fancyhf{}
\fancyhead[LE,RO]{\slshape \rightmark}
\fancyhead[LO,RE]{\slshape \leftmark}
\fancyfoot[C]{\thepage}
\title{AN ORTHODOX RULE OF PRAYER.}
\author{Father Thomas Moore, Michael Dykes}
\date{\today}
\begin{document}
\maketitle
\part{SUNDAY PRAYERS.}
\chapter{SATURDAY EVENING PRAYERS.}
\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:}
In the Name of the Father, and of the Son, and of the Holy Spirit. Amen.
\begin{framed}
\crub{From St. Thomas Sunday until Ascension, instead of \textbf{O God, cleanse me, a sinner \ldots we say:}}
\textrm{Christ is risen from the dead, trampling down death by death, and upon those in the tombs bestowing life. \crub{(thrice)}}
\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).}
\crub{Then, in either case, we immediately pray the Trisagion Prayers as below:}
\end{framed}
\crub{Afterwards, we collect our thoughts, and make seven prostrations (or metanoias), saying:}
\section{THE SEVEN--BOW BEGINNING.}
O God, be merciful to me, a sinner.
\end{document}