Files
the-sourdough-framework/book/book.tex
2024-12-26 19:52:26 +00:00

64 lines
1.1 KiB
TeX

\documentclass[paper=a4, twoside=false, fontsize=12pt, parskip=half,
bibliography=totoc, listof=totoc]{scrbook}
% General packages
\usepackage{sourdough}
% Basic attributes
\author{Hendrik Kleinwächter}
\title{The Sourdough Framework}
\begin{document}
\input{cover/cover.tex}
\titlepage
\frontmatter
{%
\hypersetup{hidelinks}
\ifdefined\HCode\else\tableofcontents\fi
}
\input{intro/preface}
\input{intro/acknowledgments}
\mainmatter
\input{history/sourdough-history}
\input{basics/how-sourdough-works}
\input{sourdough-starter/sourdough-starter}
\input{sourdough-starter/sourdough-starter-types}
\input{flour-types/flour-types}
\input{bread-types/bread-types}
\chapter{Wheat sourdough}%
\label{chapter:wheat-sourdough}
\input{wheat-sourdough/wheat-sourdough}
\input{non-wheat-sourdough/non-wheat-sourdough}
\input{mix-ins/mix-ins.tex}
\input{baking/baking}
\input{storing-bread/storing-bread}
\chapter{Troubleshooting}
\input{troubleshooting/misc}
\backmatter
\input{glossary/glossary}
{%
\hypersetup{hidelinks}
\listofflowcharts
\listoftables
\listoffigures
}
\printbibliography
\end{document}