Fix several typos

This commit is contained in:
Ced
2025-02-02 20:06:20 +00:00
committed by cedounet
parent efc999f2c7
commit 3563f7a74a
8 changed files with 32 additions and 36 deletions

View File

@@ -20,7 +20,7 @@ type of flour.
\centering \centering
\input{tables/table-flour-types.tex} \input{tables/table-flour-types.tex}
\caption[Labelling of wheat flour]{A comparison of how different types \caption[Labelling of wheat flour]{A comparison of how different types
of wheat flour are labelled in different countries.}% of wheat flour are labeled in different countries.}%
\label{tab:flour-types-comparison} \label{tab:flour-types-comparison}
\end{table} \end{table}
@@ -116,7 +116,7 @@ your dough with more flavor.
\centering \centering
\input{tables/table-overview-w-values.tex} \input{tables/table-overview-w-values.tex}
\caption[Fermentation time versus W-value]{An overview of different \caption[Fermentation time versus W-value]{An overview of different
levels of W-values and the respective hydrations and fermentation levels of W-values and the respective hydration and fermentation
times.}% times.}%
\label{tab:w-value} \label{tab:w-value}
\end{table} \end{table}

View File

@@ -185,7 +185,7 @@ of the sourdough leavening agent. As the process is more expensive,
bread rolls like these were ultimately consumed by the noble people bread rolls like these were ultimately consumed by the noble people
in Vienna~\cite{vienna+breadrolls}. in Vienna~\cite{vienna+breadrolls}.
As industrialisation began the first steam-powered grain mill was developed by As industrialization began the first steam-powered grain mill was developed by
Oliver Evans in \num{1785}. Evans' design incorporated several innovations, Oliver Evans in \num{1785}. Evans' design incorporated several innovations,
including automated machinery for various milling processes, making it more including automated machinery for various milling processes, making it more
efficient than traditional water or animal-powered mills. His steam-powered efficient than traditional water or animal-powered mills. His steam-powered

View File

@@ -84,19 +84,21 @@ bug. That is when the developer must dig deeper to see the \emph{what} and the
the framework is doing. You will need to read other engineers' source code, and you will be forced the framework is doing. You will need to read other engineers' source code, and you will be forced
to understand \emph{why} things are happening. to understand \emph{why} things are happening.
Being unhappy with what I~was baking, my engineering mindset took over, and I~had Being unhappy with what I~was baking, my engineering mindset took over, and
to do my own deep dive to understand what was going on. Much to my surprise, however, I~had to do my own deep dive to understand what was going on. Much to my
none of the recipes I'd encountered would tell me \emph{why} I~should use amount X surprise, however, none of the recipes I'd encountered would tell me
of water and amount Y of flour, or \emph{why} exactly I~should use fresh yeast over dry yeast. Why \emph{why} I~should use amount $X$ of water and amount $Y$ of flour, or
should I~slap my dough while kneading it on the counter? Why is a standmixer \emph{why} exactly I~should use fresh yeast over dry yeast. Why should I~slap
better than kneading by hand? Why should I~let the dough sit for this long? my dough while kneading it on the counter? Why is a stand mixer better than
Why is steaming the dough during baking important? Do I~really need to kneading by hand? Why should I~let the dough sit for this long? Why is
get myself an expensive Dutch oven to bake bread? steaming the dough during baking important? Do I~really need to get myself an
The problem compounded when I~started reading about sourdough. It all sounded like black expensive Dutch oven to bake bread? The problem compounded when I~started
magic. Why were some sourdoughs made from fruits, while others were made from flour? reading about sourdough. It all sounded like black magic. Why were some
Why should one recipe use wheat while another used rye or spelt? How often should the sourdoughs made from fruits, while others were made from flour? Why should
sourdough be fed? The questions I~had then could have filled 20~pages. I~was confused, one recipe use wheat while another used rye or spelt? How often should the
but I~became even more determined to learn how decent bread should be made at home. sourdough be fed? The questions I~had then could have filled 20~pages. I~was
confused, but I~became even more determined to learn how decent bread should
be made at home.
The feedback I~received from friends helped me to improve with each The feedback I~received from friends helped me to improve with each
iteration of homemade bread. Compared to coding, where you sometimes have to wait months iteration of homemade bread. Compared to coding, where you sometimes have to wait months

View File

@@ -333,7 +333,7 @@ banneton or loaf pan with seeds or oats. When using a loaf pan or banneton
these coverings also help to make the container stick less. these coverings also help to make the container stick less.
Another approach commonly used with buns is to wet the surface or dump the Another approach commonly used with buns is to wet the surface or dump the
dough in water. Afterward, dip the wetted piece of dough into your bowl of dough in water. Afterward, dip the wet piece of dough into your bowl of
mix-ins. This does not work for all mix-ins, as some can't handle the high mix-ins. This does not work for all mix-ins, as some can't handle the high
temperatures during baking and char. Most commonly done with seeds temperatures during baking and char. Most commonly done with seeds
(\eg~sesame, oats, flax-seed). (\eg~sesame, oats, flax-seed).

View File

@@ -157,15 +157,15 @@ By introducing this layer of water, less oxygen is available throughout the
course of fermentation. This means that your starter will no longer be course of fermentation. This means that your starter will no longer be
producing acetic acid. The heterofermentative lactic acid bacteria will thrive producing acetic acid. The heterofermentative lactic acid bacteria will thrive
in this environment. This is a neat little trick to change your starter's in this environment. This is a neat little trick to change your starter's
flavor profile from vinegary to lactic. Your starter is going to develop flavor profile from vinegary to lactic. Your starter is going to develop dairy
dairy creamy notes. Interestingly, when changing the hydration again, your starter creamy notes. Interestingly, when changing the hydration again, your starter
is going to maintain the liquid starter flavor profile, but then benefit again is going to maintain the liquid starter flavor profile, but then benefit again
from enhanced yeast activity. The liquid starter conversion is nonreversible. from enhanced yeast activity. The liquid starter conversion is irreversible.
By changing to a liquid starter you will permanently select a subset of By changing to a liquid starter you will permanently select a subset of
microbes that work better in the more liquid environment. So even after going back to a regular microbes that work better in the more liquid environment. So even after going
or stiff starter the subset of microbes created by the liquid conversion back to a regular or stiff starter the subset of microbes created by the
will remain. For this reason, it is recommended to keep a backup of the starter liquid conversion will remain. For this reason, it is recommended to keep a
before the liquid starter conversion. backup of the starter before the liquid starter conversion.
To begin with the To begin with the
conversion, simply take around \qty{1}{\gram} of your starter, mix with \qty{5}{\gram} flour and conversion, simply take around \qty{1}{\gram} of your starter, mix with \qty{5}{\gram} flour and

View File

@@ -404,7 +404,6 @@ hscale
hspace hspace
htb htb
htp htp
hydrations
hyperref hyperref
hypersetup hypersetup
ie ie
@@ -413,7 +412,6 @@ ifnextchar
ifthenelse ifthenelse
ifwidelayout ifwidelayout
includegraphics includegraphics
industrialisation
injera injera
isaccessible isaccessible
jalapeño jalapeño
@@ -422,7 +420,6 @@ kao
karl karl
keepaspectratio keepaspectratio
kitchenaid kitchenaid
labelled
lacto lacto
le le
leavevmode leavevmode
@@ -500,7 +497,6 @@ scandinavia
scorings scorings
selectfont selectfont
semibold semibold
sep
setchapterimage setchapterimage
setchapterpreamble setchapterpreamble
setchapterstyle setchapterstyle
@@ -557,7 +553,6 @@ vspace
wahlfeld wahlfeld
wait1 wait1
wait2 wait2
wetted
xsep xsep
xshift xshift
yYkTrGHNW2w yYkTrGHNW2w

View File

@@ -116,8 +116,7 @@ This option is great for very long-term storage. Personally
I~like having a few slices of bread frozen as an emergency I~like having a few slices of bread frozen as an emergency
backup when I~have had no time to bake. backup when I~have had no time to bake.
A 2008 study hints that there might be some health A 2008 study hints that there might be some health benefits to freezing and
benefits to freezing and toasting your bread. By doing so toasting your bread. By doing so the starch molecules could become more
the starch molecules could become more resistant to digestion resistant to digestion and thus lower your body's blood sugar response by
and thus lower your body's blood sugar almost \qty{40}{\percent}~\cite{freezing+toasting+bread}.
response by almost 40\%~\cite{freezing+toasting+bread}.

View File

@@ -156,8 +156,8 @@ room temperature briefly before refrigerating can be beneficial.
\begin{figure} \begin{figure}
\includegraphics[width=\textwidth]{fermented-too-short-underbaked} \includegraphics[width=\textwidth]{fermented-too-short-underbaked}
\caption[Underfermented bread]{A dense dough featuring a gummy, not fully \caption[Underfermented bread]{A dense dough featuring a gummy, not fully
gelatinized area. The picture has been provided by the user wahlfeld gelatinized area. The picture has been provided by the user
from our community Discord server.}% \emph{wahlfeld} from our community Discord server.}%
\label{fig:fermented-too-short-underbaked} \label{fig:fermented-too-short-underbaked}
\end{figure} \end{figure}