87 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			87 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
| \documentclass[11pt]{memoir}
 | |
| 
 | |
| \def\watermarkloaded{0}
 | |
| 
 | |
| \input{includes/variables}
 | |
| \input{includes/draft}
 | |
| \input{includes/frame}
 | |
| \input{includes/packages}
 | |
| \input{includes/pagelayout}
 | |
| \input{includes/geometry}
 | |
| \input{includes/toc}
 | |
| \input{includes/font}
 | |
| \input{includes/title}
 | |
| \input{includes/secdiv}
 | |
| \input{includes/hyphenation}
 | |
| 
 | |
| \begin{document}
 | |
|   \frontmatter
 | |
| 
 | |
| \thispagestyle{empty}
 | |
| \null
 | |
| \vfill
 | |
| \begin{flushright}
 | |
|   \DisplayFont Qoheleth
 | |
| \end{flushright}
 | |
| \vfill
 | |
| \cleardoublepage
 | |
| 
 | |
|   \pagestyle{plain}
 | |
| 
 | |
|   \doublespacing
 | |
| 
 | |
|   \begin{flushright}
 | |
|     \null
 | |
|     \vfill
 | |
|     {\Huge\DisplayFont Qoheleth}
 | |
| 
 | |
|     \vfill
 | |
| 
 | |
|     {\Large\DisplayFont Madison Scott-Clary}
 | |
|   \end{flushright}
 | |
|   \thispagestyle{empty}
 | |
| 
 | |
|   \newpage
 | |
| 
 | |
|   \input{includes/copyright}
 | |
| 
 | |
|   \null
 | |
| 
 | |
|   \cleardoublepage
 | |
| 
 | |
|   \onehalfspacing
 | |
| 
 | |
|   % \input{content/preface}
 | |
| 
 | |
|   \mainmatter
 | |
| 
 | |
|   \pagestyle{ourbook}
 | |
| 
 | |
|   \cleardoublepage
 | |
|   \markboth{Qoheleth}{}
 | |
|   \null
 | |
|   \thispagestyle{empty}
 | |
|   \vfill
 | |
|   \begin{quote}
 | |
|     \emph{Whatever is has already been, and what will be has been \mbox{before;} and God will call the past to account.}
 | |
| 
 | |
|     --- Ecclesiastes 3:15
 | |
|   \end{quote}
 | |
|   \vfill
 | |
|   \input{content/qoheleth-1}
 | |
|   \input{content/qoheleth-2}
 | |
|   \input{content/qoheleth-3}
 | |
|   \input{content/qoheleth-4}
 | |
| 
 | |
|   \backmatter
 | |
| 
 | |
|   %\part{Afterword}
 | |
|   \markboth{}{}
 | |
| 
 | |
|   %\input{content/appendix}
 | |
| 
 | |
|   %\cleartoverso
 | |
|   \input{content/afterword}
 | |
| 
 | |
| \end{document}
 | 
