Skip to content

Commit

Permalink
Initial version of the booklet
Browse files Browse the repository at this point in the history
Very very WIP, ugly as but need to start somewhere.
  • Loading branch information
cedounet committed May 11, 2024
1 parent 8a5e4f1 commit 4865b4e
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions book/booklet.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
\documentclass[draft, landscape, paper=a4, twoside=false,
fontsize=12pt]{scrbook}

% General packages
\usepackage{sourdough}
\usepackage[Verbose]{parallel}
\usepackage{typearea}
\usepackage{showframe}

\pagenumbering{gobble}
% Basic attributes
\author{Hendrik Kleinwächter}
\title{The Sourdough Framework\\\texttt{tl;dr Version}}
\begin{document}
\maketitle

\section*{Starter Maintenance}
\begin{flowchart}[!htb]
\input{figures/fig-starter-readiness.tex}
\caption*{Preparing your starter for baking}
\end{flowchart}

\begin{flowchart}[!htb]
\input{figures/fig-starter-maintenance.tex}
\caption*{Maintaining your starter, change ratio as per starter hydration type}
\end{flowchart}

\clearpage{}
\section*{Proofing}

\begin{flowchart}[!htb]
\input{figures/fig-bulk-fermentation.tex}
\end{flowchart}

\begin{flowchart}[!htb]
\input{figures/fig-proofing-process.tex}
\end{flowchart}

\clearpage{}

\section*{Flat Bread}
\begin{Parallel}[v]{0.48\textwidth}{0.48\textwidth}
\ParallelLText{\noindent
\input{recipes/flat-bread.tex}
}
\ParallelRText{\noindent
Some stuff}
\end{Parallel}

\section*{Kneading and shaping}
\begin{flowchart}[!htb]
\input{figures/fig-kneading-process.tex}
\end{flowchart}

\begin{flowchart}[!htb]
\input{figures/fig-wheat-sourdough-process.tex}
\end{flowchart}
\clearpage{}

\section*{Non wheat bread}
\begin{flowchart}[!htb]
\input{figures/fig-non-wheat-process.tex}
\end{flowchart}
\clearpage{}
\section*{Baking}
\begin{flowchart}[!htb]
\input{figures/fig-baking-process.tex}
\caption*{Summary of bread bakign process}
\end{flowchart}

\begin{flowchart*}[!htb]
\input{figures/fig-dutch-oven-process.tex}
\caption*{Bakign with a Dutch Oven}
\end{flowchart*}

\begin{flowchart}[!htb]
\input{figures/fig-inverted-tray-method.tex}
\caption*{Bakign with the inverted tray method}
\end{flowchart}
\end{document}

0 comments on commit 4865b4e

Please sign in to comment.