mirror of
https://git.fifo-f.eu/tex-projects/books/the-book-of-wonder.git
synced 2025-04-19 11:38:05 +02:00
40 lines
896 B
TeX
40 lines
896 B
TeX
|
% !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}
|
||
|
\input{hand-tuning}\ShowLoosenessHelp
|
||
|
|
||
|
\begin{document}
|
||
|
\input{content/typography}
|
||
|
%\widowpenalty=10000
|
||
|
\hyphenpenalty=0
|
||
|
\nonfrenchspacing
|
||
|
\frontmatter
|
||
|
%\microtypesetup{activate=false}
|
||
|
%\sloppy
|
||
|
\input{content/titlepage}
|
||
|
\input{content/copyrightpage}
|
||
|
%\input{content/tocpage}
|
||
|
|
||
|
\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}
|
||
|
%\include{content/chapter10}
|
||
|
%\include{content/chapter11}
|
||
|
%\include{content/chapter12}
|
||
|
|
||
|
\include{content/backmatter}
|
||
|
|
||
|
\end{document}
|