2
0
Fork 0
mirror of https://git.fifo-f.eu/tex-projects/books/the-book-of-wonder.git synced 2025-04-19 11:38:05 +02:00

Add book files

This commit is contained in:
Fifo F. 2024-07-27 09:59:37 +02:00
parent 6569e9cb27
commit b192630114
24 changed files with 11035 additions and 0 deletions

40
The Book of Wonder.tex Normal file
View file

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