71 lines
1.2 KiB
TeX
71 lines
1.2 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
|
|
|
|
\input{includes/pretitle}
|
|
|
|
\pagestyle{plain}
|
|
|
|
\doublespacing
|
|
|
|
\maketitle
|
|
\thispagestyle{empty}
|
|
|
|
\newpage
|
|
|
|
\input{includes/copyright}
|
|
|
|
\tableofcontents*
|
|
\newpage
|
|
\null
|
|
\cleardoublepage
|
|
|
|
\onehalfspacing
|
|
|
|
% \input{content/preface}
|
|
|
|
\mainmatter
|
|
|
|
\pagestyle{ourbook}
|
|
% \input{content/ally001.tex}
|
|
\columnratio{0.618}
|
|
\twosided
|
|
|
|
%%%%%
|
|
|
|
\begin{paracol}{2}
|
|
\begin{leftcolumn}
|
|
\input{content/ally/002.tex}
|
|
\input{content/ally/003.tex}
|
|
\input{content/ally/004.tex}
|
|
\input{content/ally/005.tex}
|
|
\input{content/ally/006.tex}
|
|
\input{content/ally/007.tex}
|
|
\input{content/ally/008.tex}
|
|
\input{content/ally/009.tex}
|
|
\input{content/ally/010.tex}
|
|
\input{content/poet-and-mystic.tex}
|
|
\end{leftcolumn}
|
|
\end{paracol}
|
|
|
|
\backmatter
|
|
\pagestyle{empty}
|
|
\input{content/afterword}
|
|
|
|
\end{document}
|