mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-29 22:33:58 -06:00
* Making a starter WIP * Improve texts * Storage part * Change intro * Add conclusions * Add images * Add sources * Fix space * Complete chapter
126 lines
2.4 KiB
TeX
126 lines
2.4 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}
|
|
\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}
|
|
|
|
\input{troubleshooting/crumb-structures/crumb-structures}
|
|
\input{troubleshooting/misc}
|
|
|
|
\printbibliography
|
|
|
|
|
|
\end{document}
|