2
0
Fork 0
mirror of https://git.fifo-f.eu/tex-projects/books/The-Invisible-Man-LaTeX.git synced 2025-04-19 08:28:07 +02:00

initial commit

This commit is contained in:
Fifo F 2022-12-12 17:44:44 +01:00
parent 6eef0f0aca
commit 1665adb13a
41 changed files with 6429 additions and 0 deletions

52
The Invisible Man.tex Normal file
View file

@ -0,0 +1,52 @@
% !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}