
-Michael
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass[12pt,letterpaper,twoside,openany]{book}
\usepackage[pagestyles]{titlesec}
\titleformat{\chapter}[display]
{\normalfont\huge\bfseries\centering}{\centering\chaptertitlename\ \thechapter}{20pt}{\Huge}
\titlespacing*{\chapter}
{0pt}{50pt}{40pt}
\newpagestyle{mystyle}{\sethead{}{}{}\setfoot{}{\thepage}{}}
\pagestyle{mystyle}
\begin{document}
\maketitle
\tableofcontents
\addcontentsline{toc}{chapter}{WEEKDAY EVENING PRAYERS.}
\chapter*{WEEKDAY EVENING PRAYERS.}
\begin{document}
\maketitle
\tableofcontents
\addcontentsline{toc}{chapter}{WEEKDAY EVENING PRAYERS.}
\chapter*{WEEKDAY EVENING PRAYERS.}
In the Name of the Father, and of the Son, and of the Holy Spirit. Amen.
<more text>
etc
\end{document}
Code: Select all
\documentclass[12pt,letterpaper,twoside,openany]{book}
\usepackage[pagestyles]{titlesec}
\titleformat{\chapter}[display]
{\normalfont\huge\bfseries\centering}{\centering\chaptertitlename\ \thechapter}{20pt}{\Huge}
\titlespacing*{\chapter}
{0pt}{50pt}{40pt}
\newpagestyle{mystyle}{\sethead{}{}{}\setfoot{}{\thepage}{}}
\pagestyle{mystyle}
\begin{document}
%\maketitle
\tableofcontents
\addcontentsline{toc}{chapter}{WEEKDAY EVENING PRAYERS.}
\chapter*{WEEKDAY EVENING PRAYERS.}
In the Name of the Father, and of the Son, and of the Holy Spirit. Amen.
<more text>
etc
\end{document}
Code: Select all
\documentclass[12pt,letterpaper,twoside,openany]{book}
\usepackage[pagestyles]{titlesec}
\titleformat{\chapter}[display]
{\normalfont\huge\bfseries\centering}{\centering\chaptertitlename\ \thechapter}{20pt}{\Huge}
\titlespacing*{\chapter}
{0pt}{50pt}{40pt}
\newpagestyle{mystyle}{\sethead{}{}{}\setfoot{}{\thepage}{}}
\pagestyle{mystyle}
\begin{document}
%\maketitle
\tableofcontents
\addcontentsline{toc}{chapter}{WEEKDAY EVENING PRAYERS.}
\chapter*{WEEKDAY EVENING PRAYERS.}
In the Name of the Father, and of the Son, and of the Holy Spirit. Amen.
<more text>
etc
\appendix
\chapter{ON THE SIGN OF THE PRECIOUS AND LIFE-GIVING CROSS.}
<more text>
etc
\end{document}
Code: Select all
\documentclass[12pt,letterpaper,twoside,openany]{book}
\usepackage[pagestyles]{titlesec}
\titleformat{\chapter}[display]
{\normalfont\huge\bfseries\centering}{}{20pt}{\Huge}
\titlespacing*{\chapter}
{0pt}{50pt}{40pt}
\newpagestyle{mystyle}{\sethead{}{}{}\setfoot{}{\thepage}{}}
\pagestyle{mystyle}
\begin{document}
%\maketitle
\tableofcontents
\chapter{WEEKDAY EVENING PRAYERS.}
In the Name of the Father, and of the Son, and of the Holy Spirit. Amen.
more text...
etc
\titleformat{\chapter}[display]
{\normalfont\huge\bfseries\centering}{\centering\chaptertitlename\ \thechapter}{20pt}{\Huge}
\titlespacing*{\chapter}
{0pt}{50pt}{40pt}
\appendix
\chapter{ON THE SIGN OF THE PRECIOUS AND LIFE-GIVING CROSS.}
more text...
etc
\end{document}
Code: Select all
\documentclass[12pt,letterpaper,twoside,openany]{book}
\usepackage[pagestyles]{titlesec}
\titleformat{\chapter}[display]
{\normalfont\huge\bfseries\centering}{}{20pt}{\Huge}
\titlespacing*{\chapter}
{0pt}{50pt}{40pt}
\newpagestyle{mystyle}{\sethead{}{}{}\setfoot{}{\thepage}{}}
\pagestyle{mystyle}
\begin{document}
%\maketitle
\tableofcontents
\chapter{WEEKDAY EVENING PRAYERS.}
In the Name of the Father, and of the Son, and of the Holy Spirit. Amen.
more text...
etc
\titleformat{\chapter}[display]
{\normalfont\huge\bfseries\centering}{\centering\chaptertitlename\ \thechapter}{20pt}{\Huge}
\titlespacing*{\chapter}
{0pt}{50pt}{40pt}
\titleformat{\section}[display]
{\normalfont\Large\bfseries\centering}{}{20pt}{\Large}
\titlespacing*{\chapter}
{0pt}{50pt}{40pt}
\appendix
\chapter{ON THE SIGN OF THE PRECIOUS AND LIFE-GIVING CROSS.}
\section{text}
\subsection*{text}
more text...
etc
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.