mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-12-02 07:43:59 -06:00
* Correct wording, category for starter conversion - Now a flowchart (and a renamed label) - More explicit wording as per https://github.com/hendricius/the-sourdough-framework/issues/234 * Fix warnings from make check The one I am 100% sure are mistakes * Review starter type chapter - Add some new sections - fine tune tables - some typos/new paragraphs * Fix typos in sourdough starter types * Simplify liquid conversion flowchart * Simplify stiff conversion flowchart * Fine tune liquid conversion flowchart * Update some of the images * Improve explanation of conversion * Update explanation for stiff starter conversion * Update fall note --------- Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
70 lines
1.3 KiB
TeX
70 lines
1.3 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/foreword}
|
|
\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}
|
|
|
|
\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}
|
|
|
|
% \input{mix-ins/mix-ins.tex}
|
|
\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}
|
|
|
|
\backmatter
|
|
\printbibliography
|
|
{%
|
|
\hypersetup{hidelinks}
|
|
\listofflowcharts
|
|
\listoftables
|
|
\listoffigures
|
|
}
|
|
|
|
\end{document}
|