Add book
This commit is contained in:
67
book/book.tex
Normal file
67
book/book.tex
Normal file
@ -0,0 +1,67 @@
|
||||
\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}
|
||||
\end{leftcolumn}
|
||||
\end{paracol}
|
||||
|
||||
\backmatter
|
||||
\input{content/afterword}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user