2022-12-12 17:44:44 +01:00
|
|
|
% !TeX TS-program = LuaLaTeX
|
|
|
|
% !TeX encoding = UTF-8
|
|
|
|
|
2022-12-15 11:58:58 +01:00
|
|
|
\documentclass[]{novel}
|
2022-12-12 17:44:44 +01:00
|
|
|
\usepackage[balanced]{lua-widow-control}
|
|
|
|
%\usepackage{lua-widow-control}
|
|
|
|
\input{content/preamble}
|
|
|
|
%\input{hand-tuning}\ShowLoosenessHelp
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\input{content/typography}
|
|
|
|
\frontmatter
|
|
|
|
%\microtypesetup{activate=false}
|
|
|
|
\input{content/titlepage}
|
|
|
|
\input{content/copyrightpage}
|
|
|
|
\input{content/tocpage}
|
|
|
|
|
|
|
|
\mainmatter
|
|
|
|
|
|
|
|
\include{content/chapter1}
|
|
|
|
\include{content/chapter2}
|
|
|
|
\include{content/chapter3}
|
|
|
|
\include{content/chapter4}
|
|
|
|
\include{content/chapter5}
|
|
|
|
\include{content/chapter6}
|
2022-12-12 18:22:19 +01:00
|
|
|
\include{content/chapter7}
|
|
|
|
\include{content/chapter8}
|
|
|
|
\include{content/chapter9}
|
|
|
|
\include{content/chapter10}
|
|
|
|
\include{content/chapter11}
|
2022-12-12 18:35:30 +01:00
|
|
|
\include{content/chapter12}
|
|
|
|
\include{content/chapter13}
|
|
|
|
\include{content/chapter14}
|
2022-12-15 11:58:58 +01:00
|
|
|
\include{content/chapter15}
|
|
|
|
\include{content/chapter16}
|
|
|
|
\include{content/chapter17}
|
|
|
|
\include{content/chapter18}
|
|
|
|
\include{content/chapter19}
|
|
|
|
\include{content/chapter20}
|
|
|
|
\include{content/chapter21}
|
|
|
|
\include{content/chapter22}
|
|
|
|
\include{content/chapter23}
|
|
|
|
\include{content/chapter24}
|
|
|
|
\include{content/chapter25}
|
|
|
|
\include{content/chapter26}
|
|
|
|
\include{content/chapter27}
|
|
|
|
\include{content/chapter28}
|
|
|
|
\include{content/epilogue}
|
2022-12-12 17:44:44 +01:00
|
|
|
|
|
|
|
\include{content/backmatter}
|
|
|
|
|
|
|
|
\end{document}
|