forked from hendricius/the-sourdough-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Very very WIP, ugly as but need to start somewhere.
- Loading branch information
Showing
1 changed file
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |