Clarifications/improvements (#371)

* Clarifications

This changes a couple of texts and re-orders parts of the booklet

* Typo fix
This commit is contained in:
Hendrik Kleinwaechter
2024-06-04 09:14:27 +02:00
committed by GitHub
parent 67adc3b54f
commit 044ed02a7d

View File

@@ -17,11 +17,11 @@
\pagenumbering{gobble} \pagenumbering{gobble}
% Basic attributes % Basic attributes
\author{Hendrik Kleinwächter} \author{Hendrik Kleinwächter}
\title{The Sourdough Framework\\\texttt{tl;dr Version}} \title{The Sourdough Framework\\\texttt{tl;dr Booklet Version}}
\begin{document} \begin{document}
\maketitle \maketitle
\section*{Starter maintenance} \section*{Sourdough starter}
\begin{flowchart}[!htb] \begin{flowchart}[!htb]
\centering \centering
\input{figures/fig-starter-process.tex} \input{figures/fig-starter-process.tex}
@@ -47,15 +47,16 @@
\centering \centering
\input{tables/table-bakers-math-example.tex} \input{tables/table-bakers-math-example.tex}
\caption*{An example table demonstrating how to properly calculate using \caption*{An example table demonstrating how to properly calculate using
baker's math} baker's math. All the ingredients are calculated as a percentage of the
flour quantity.}
\end{table} \end{table}
\section*{Dough \& proofing} \section*{Basic recipes}
\subsection*{Flat bread} \subsection*{Flat bread}
\input{recipes/flat-bread.tex} \input{recipes/flat-bread.tex}
\clearpage{} \clearpage{}
\subsection*{Freestanding bread} \subsection*{Freestanding \& sandwich wheat-based breads}
\begin{table}[!htb] \begin{table}[!htb]
\centering \centering
\begin{tabular}{@{}lrrrp{0.4\linewidth}@{}} \begin{tabular}{@{}lrrrp{0.4\linewidth}@{}}
@@ -83,31 +84,31 @@
\begin{flowchart}[!htb] \begin{flowchart}[!htb]
\centering \centering
\input{figures/fig-wheat-sourdough-process.tex} \input{figures/fig-wheat-sourdough-process.tex}
\caption*{The whole process of making wheat based sourdough breads}
\end{flowchart} \end{flowchart}
\begin{flowchart}[!htb] \begin{flowchart}[!htb]
\centering \centering
\input{figures/fig-kneading-process.tex} \input{figures/fig-kneading-process.tex}
\caption*{The kneading process to create dough strength}
\end{flowchart} \end{flowchart}
\begin{flowchart}[!htb] \begin{flowchart}[!htb]
\centering \centering
\input{figures/fig-bulk-fermentation.tex} \input{figures/fig-bulk-fermentation.tex}
\caption*{How to properly manage bulk fermentation}
\end{flowchart} \end{flowchart}
\begin{figure*}[!htb] \begin{figure*}[!htb]
\centering \centering
\includegraphics[width=\textwidth]{stretch-and-fold-steps} \includegraphics[width=\textwidth]{stretch-and-fold-steps}
\caption*{An overview of the steps involved to perform stretch and folds for \caption*{An overview of the steps involved to perform stretch and folds for
wheat-based doughs.}% wheat-based doughs. They are optional and should only be done when the dough
flattened out a lot.}%
\end{figure*} \end{figure*}
\clearpage{} \clearpage{}
\section*{Shaping} \section*{Shaping}
\begin{flowchart}[!htb]
\centering
\input{figures/fig-proofing-process.tex}
\end{flowchart}
\begin{figure*}[!htb] \begin{figure*}[!htb]
\centering \centering
@@ -143,11 +144,25 @@
\end{figure*} \end{figure*}
\clearpage{} \clearpage{}
\section*{Proofing}
\begin{flowchart}[!htb]
\centering
\input{figures/fig-proofing-process.tex}
\end{flowchart}
\clearpage{}
\section*{Baking} \section*{Baking}
\begin{flowchart}[!htb] \begin{flowchart}[!htb]
\centering \centering
\input{figures/fig-baking-process.tex} \input{figures/fig-baking-process.tex}
\caption*{Summary of bread baking process} \caption*{Summary of different bread baking processes}
\end{flowchart}
\begin{flowchart}[!htb]
\centering
\input{figures/fig-inverted-tray-method.tex}
\caption*{Baking with the inverted tray method}
\end{flowchart} \end{flowchart}
\begin{flowchart*}[!htb] \begin{flowchart*}[!htb]
@@ -155,11 +170,5 @@
\input{figures/fig-dutch-oven-process.tex} \input{figures/fig-dutch-oven-process.tex}
\caption*{Baking with a Dutch Oven} \caption*{Baking with a Dutch Oven}
\end{flowchart*} \end{flowchart*}
\begin{flowchart}[!htb]
\centering
\input{figures/fig-inverted-tray-method.tex}
\caption*{Bakign with the inverted tray method}
\end{flowchart}
\clearpage{} \clearpage{}
\end{document} \end{document}