2
0
Fork 0
mirror of https://git.fifo-f.eu/tex-projects/books/The-Invisible-Man-LaTeX.git synced 2025-04-18 16:08:23 +02:00
The-Invisible-Man-LaTeX/The Invisible Man.tex
2022-12-12 17:44:44 +01:00

52 lines
No EOL
1.2 KiB
TeX

% !TeX TS-program = LuaLaTeX
% !TeX encoding = UTF-8
\documentclass{novel}
\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}
%\include{content/chapter7}
%\include{content/chapter8}
%\include{content/chapter9}
%\include{content/chapter10}
%\include{content/chapter11}
%\include{content/chapter12}
%\include{content/chapter13}
%\include{content/chapter14}
%\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}
\include{content/backmatter}
\end{document}