2024-07-27 09:59:37 +02:00
|
|
|
% !TEX TS-program = LuaLaTeX
|
|
|
|
% !TEX encoding = UTF-8
|
|
|
|
|
|
|
|
\documentclass[]{novel}
|
|
|
|
%\usepackage[strict]{lua-widow-control}
|
|
|
|
\usepackage[balanced]{lua-widow-control}
|
|
|
|
%\usepackage{lua-widow-control}
|
|
|
|
\input{content/preamble}
|
2024-08-02 15:55:19 +02:00
|
|
|
%\input{hand-tuning}\ShowLoosenessHelp
|
2024-07-27 09:59:37 +02:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\input{content/typography}
|
|
|
|
%\widowpenalty=10000
|
|
|
|
\hyphenpenalty=0
|
|
|
|
\nonfrenchspacing
|
|
|
|
\frontmatter
|
|
|
|
%\microtypesetup{activate=false}
|
|
|
|
%\sloppy
|
|
|
|
\input{content/titlepage}
|
|
|
|
\input{content/copyrightpage}
|
2024-08-02 15:55:44 +02:00
|
|
|
\input{content/tocpage}
|
2024-07-27 09:59:37 +02:00
|
|
|
|
|
|
|
\mainmatter
|
|
|
|
%\null\clearpage
|
|
|
|
\include{content/chapter1}
|
|
|
|
\include{content/chapter2}
|
|
|
|
\include{content/chapter3}
|
|
|
|
\include{content/chapter4}
|
|
|
|
\include{content/chapter5}
|
|
|
|
\include{content/chapter6}
|
|
|
|
\include{content/chapter7}
|
|
|
|
\include{content/chapter8}
|
|
|
|
\include{content/chapter9}
|
2024-07-29 08:57:50 +02:00
|
|
|
\include{content/chapter10}
|
2024-08-01 22:21:45 +02:00
|
|
|
\include{content/chapter11}
|
|
|
|
\include{content/chapter12}
|
2024-08-01 22:54:32 +02:00
|
|
|
\include{content/chapter13}
|
2024-08-02 15:08:35 +02:00
|
|
|
\include{content/chapter14}
|
|
|
|
\include{content/epilogue}
|
|
|
|
\include{content/about-the-author}
|
|
|
|
\include{content/colophon}
|
2024-07-27 09:59:37 +02:00
|
|
|
|
|
|
|
\end{document}
|