mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-30 14:53:59 -06:00
This adds methods how you can debug your crumb structure and see what might have gone wrong during the fermentation process.
131 lines
2.8 KiB
TeX
131 lines
2.8 KiB
TeX
\documentclass[a4paper, 12pt]{book}
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{blindtext}
|
|
\usepackage{graphicx}
|
|
\usepackage{pgfplotstable}
|
|
\usepackage{booktabs}
|
|
\usepackage{filecontents}
|
|
\usepackage{longtable}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[backend=biber]{biblatex}
|
|
\addbibresource{references.bib}
|
|
\usepackage[skip=5pt plus1pt, indent=0pt]{parskip}
|
|
|
|
\graphicspath{ {./images/}{./troubleshooting/crumb-structures/} }
|
|
|
|
|
|
\title{%
|
|
The Sourdough Framework\\
|
|
\large How to master making bread at home\\
|
|
\small - the bread code community book -}
|
|
|
|
\author{Hendrik Kleinwächter}
|
|
\date{\today}
|
|
|
|
\begin{document}
|
|
|
|
\begin{titlepage}
|
|
\maketitle
|
|
\end{titlepage}
|
|
|
|
|
|
\frontmatter
|
|
|
|
\tableofcontents
|
|
|
|
\chapter{Foreword}
|
|
\input{intro/foreword}
|
|
|
|
\chapter{Preface}
|
|
\input{intro/preface}
|
|
|
|
\chapter{Acknowledgements}
|
|
\input{intro/acknowledgements}
|
|
|
|
|
|
\mainmatter
|
|
|
|
\chapter{The history of sourdough}
|
|
\section{Sourdough bread in ancient times}
|
|
\section{How modern bread is made}
|
|
\section{Sourdough in modern times}
|
|
|
|
\chapter{How sourdough works}
|
|
\section{Enzymatic reactions}
|
|
\section{Yeast}
|
|
\section{Lactic acid bacteria}
|
|
\section{Acetic acid bacteria}
|
|
|
|
\chapter{Making a sourdough starter}
|
|
\section{Baker's math}
|
|
\section{The process of making a starter}
|
|
\section{How flour is fermented}
|
|
\section{Determining starter readiness}
|
|
\section{Maintenance}
|
|
\section{Longterm starter storage}
|
|
|
|
\chapter{Sourdough starter types}
|
|
\section{The regular starter}
|
|
\section{Stiff starter}
|
|
\section{Liquid starter}
|
|
\section{Lievito madre}
|
|
|
|
\chapter{Flour types}
|
|
\section{Wheat like}
|
|
\section{Non gluten binding}
|
|
\section{Gluten free}
|
|
\section{Blending flours}
|
|
|
|
\chapter{Bread types}
|
|
\section{Wheat bread basics}
|
|
\section{Non wheat bread basics}
|
|
\section{The simplest way to make bread}
|
|
|
|
\chapter{Wheat sourdough}
|
|
\section{The process}
|
|
\section{Readying your starter}
|
|
\section{Ingredients}
|
|
\section{Hydration}
|
|
\section{Autolyse}
|
|
\section{Fermentolyse}
|
|
\section{Dough strength}
|
|
\section{Controlling fermentation}
|
|
\section{Optional Preshaping}
|
|
\section{Shaping}
|
|
\section{Proofing}
|
|
|
|
\chapter{Non wheat bread basics}
|
|
\section{Ingredients}
|
|
\section{Managing acidity}
|
|
\section{To shape or not to shape}
|
|
\section{Proofing}
|
|
|
|
\chapter{Baking}
|
|
\section{The role of steam}
|
|
\section{Temperature}
|
|
\section{Home oven setup}
|
|
\section{Dutch ovens}
|
|
|
|
\chapter{Storing bread}
|
|
\section{Fridge}
|
|
\section{Room temperature}
|
|
\section{Frozen}
|
|
|
|
\chapter{Troubleshooting}
|
|
|
|
\section{Debugging your crumb structure}
|
|
\input{troubleshooting/crumb-structures/crumb-structures}
|
|
\section{Baking in the tropics}
|
|
\section{My bread stays flat}
|
|
\section{I want more tang in my bread}
|
|
\section{My bread is too sour}
|
|
\section{Fixing a moldy sourdough starter}
|
|
\section{My bread flattens out after shaping}
|
|
\section{Liquid on top of my starter}
|
|
\section{Why does my starter smell like acetone}
|
|
|
|
\printbibliography
|
|
|
|
|
|
\end{document} |