mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-26 12:54:00 -06:00
* Reorganize troubleshooting section - Classified in subcategories hopefully more logically * Reorganise troubleshooting section step 2 Now put crust debugging later. I am not sure this is fundamental, but maybe just showing my lack of experience here... * Improve table of contents - Use short ToC entry when needed - Remove extra space now that we do not have large numbers in section names anymore
78 lines
1.4 KiB
TeX
78 lines
1.4 KiB
TeX
\documentclass[a4paper, twoside, 12pt]{scrbook}
|
|
|
|
% General packages
|
|
\usepackage{sourdough}
|
|
|
|
% Basic attributes
|
|
\author{Hendrik Kleinwächter}
|
|
\title{The Sourdough Framework}
|
|
|
|
\begin{document}
|
|
|
|
\frontmatter
|
|
% Title page
|
|
\begin{titlepage}
|
|
\begin{center}
|
|
\includegraphics[width=\textwidth]{images/cover-page.jpg}
|
|
Version:
|
|
\today
|
|
\end{center}
|
|
\end{titlepage}
|
|
|
|
% \tableofcontents
|
|
\ifdefined\HCode\else\tableofcontents\fi
|
|
|
|
\chapter{Foreword}
|
|
\input{intro/foreword}
|
|
|
|
\chapter{Preface}
|
|
\input{intro/preface}
|
|
|
|
\chapter{Acknowledgements}
|
|
\input{intro/acknowledgements}
|
|
|
|
|
|
\mainmatter
|
|
|
|
\chapter{The history of sourdough}
|
|
\input{history/sourdough-history}
|
|
|
|
\chapter{How sourdough works}
|
|
\input{basics/how-sourdough-works}
|
|
|
|
\chapter{Making a sourdough starter}
|
|
\input{sourdough-starter/sourdough-starter}
|
|
|
|
\chapter{Sourdough starter types}
|
|
\input{sourdough-starter/sourdough-starter-types}
|
|
|
|
\chapter{Flour types}
|
|
\input{flour-types/flour-types}
|
|
|
|
\chapter{Bread types}
|
|
\input{bread-types/bread-types}
|
|
|
|
\chapter{Wheat sourdough}%
|
|
\label{chapter:wheat-sourdough}
|
|
\input{wheat-sourdough/wheat-sourdough}
|
|
|
|
\chapter{Non wheat sourdough}%
|
|
\label{chapter:non-wheat-sourdough}
|
|
\input{non-wheat-sourdough/non-wheat-sourdough}
|
|
|
|
\chapter{Baking}%
|
|
\label{chapter:baking}
|
|
\input{baking/baking}
|
|
|
|
\chapter{Storing bread}%
|
|
\label{chapter:storing-bread}
|
|
\input{storing-bread/storing-bread}
|
|
|
|
\chapter{Troubleshooting}
|
|
\input{troubleshooting/misc}
|
|
|
|
\printbibliography
|
|
|
|
|
|
\end{document}
|