Files
the-sourdough-framework/book/book.tex
Hendrik Kleinwaechter 8e604075ae Remove foreword (#324)
* Remove foreword

It's empty and does not provide any value unless we actually manage to
have a decent foreword. So this removes it for now.

* Remove foreword everywhere

---------

Co-authored-by: Ced <ced@sdf.org>
2024-01-09 21:30:45 +01: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/acknowledgements}
\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}