Files
the-sourdough-framework/book/book.tex
Hendrik Kleinwaechter 1b29e32168 Bread types + Flat bread recipe (#15)
This adds the different bread types section including the flat bread recipe.

The flat bread is the most simple and easiest type of bread you can
make.
2022-07-22 18:25:21 +02:00

120 lines
2.2 KiB
TeX

\documentclass[a4paper, 12pt]{book}
\usepackage[utf8]{inputenc}
\usepackage{blindtext}
\usepackage{graphicx}
\usepackage{pgfplotstable}
\usepackage{booktabs}
\usepackage{filecontents}
\usepackage{longtable}
\usepackage{float}
\usepackage[T1]{fontenc}
\usepackage{tocloft}
\usepackage[backend=biber]{biblatex}
\addbibresource{references.bib}
\usepackage[skip=5pt plus1pt, indent=0pt]{parskip}
\usepackage[hidelinks]{hyperref}
\hypersetup{
linktoc=all
allcolors=black
}
\graphicspath{
{./images/}
{./troubleshooting/}
{./sourdough-starter/}
{./troubleshooting/crumb-structures/}
{./history/}
{./images/external/}
}
\advance\cftsecnumwidth 0.5em\relax
\advance\cftsubsecindent 0.5em\relax
\advance\cftsubsecnumwidth 0.5em\relax
\begin{document}
\begin{titlepage}
\centering
\includegraphics[width=\textwidth]{cover-page}
Version:
\today
\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}
\input{history/sourdough-history}
\chapter{How sourdough works}
\input{basics/how-sourdough-works}
\chapter{Making a sourdough starter}
\input{sourdough-starter/sourdough-starter}
\chapter{Sourdough starter types}
\input{sourdough-starter/sourdough-starter-types}
\chapter{Flour types}
\input{flour-types/flour-types}
\chapter{Bread types}
\input{bread-types/bread-types}
\chapter{Wheat sourdough}
\label{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}
\input{troubleshooting/crumb-structures/crumb-structures}
\input{troubleshooting/misc}
\printbibliography
\end{document}