Code: Select all
\documentclass[12pt,letterpaper,twoside]{book}
\usepackage{titlesec}
\begin{document}
\tableofcontents
\addcontentsline{toc}{chapter}{WEEKDAY EVENING PRAYERS.}
\chapter*{WEEKDAY EVENING PRAYERS.}
<body text>
<and 3 additional chapters, sim to above in format>
\appendix
\chapter{<TEXT>}
<and 3 additional appendices, sim to above in format>
\end{document}
I could not seem to get it to work right. I tried the follwing, but to no avail:
\titleformat{\chapter}{%
\centering\normalfont\LARGE\bfseries}{\WEEKDAY EVENING PRAYERS}{1em}{}
-Michael D