mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-15 07:31:11 -06:00
* Add unbreakable space before a reference or a citation avoids ref to be put on next line or page... * Add unbreakable space between I and verb * Remove spacing before footnotes Also moved it before the final sentence dots in many cases... might need a review of what is best. But this is a safe default choice from an esthetic point of view. * Improve footnotes and punctuations Reverse order/kerning especially with sans-serif version. * Remove manual enumerate * Fix wording in a citation. Reads better that way and is shorter. * Use emph instead of italics 1) Markup semantic not style 2) Will deal with various level of empahasis 3) Was a mix of \it and \textit * Fix usage of quotes Also replaced some of then by \emph as it is (IMHO) more visually pleasant. * Captitalize before reference * Correct dashes length see here: https://www.merriam-webster.com/words-at-play/em-dash-en-dash-how-to-use * Remove space before label and homogenize caption Apparently it can create a wrong reference, if notthing else shuts texcheck up and cost nothing... so let's do it. While at it adding a dot at the end of each caption. * Add missing empty line before signature in preface * Add a static checker target to makefile Shall help prevent adding mistakes in new versions
114 lines
4.4 KiB
TeX
114 lines
4.4 KiB
TeX
In this chapter you will learn about different
|
|
methods of storing your bread. This way
|
|
your bread can be best enjoyed at a later
|
|
time.
|
|
|
|
\begin{table}[!htb]
|
|
\begin{center}
|
|
\input{tables/table-storing-bread-overview.tex}
|
|
\caption{A table visualizing the advantages and disadvantages
|
|
of different bread storing options.}%
|
|
\label{table:bread-storage}
|
|
\end{center}
|
|
\end{table}
|
|
|
|
\section{Room temperature}
|
|
|
|
The most common method is to store your bread
|
|
at room temperature. After taking a slice of bread,
|
|
store your bread with the crumb facing side
|
|
downwards.
|
|
|
|
This method works great if you want to eat
|
|
your bread within a day. The crust stays
|
|
crisp and does not become soft\footnote{The higher the humidity in your room,
|
|
the faster the crust will become soft.}.
|
|
The biggest downside to this method is that
|
|
the bread becomes hard quickly. As time progresses,
|
|
more and more water evaporates from your dough's
|
|
crumb. Ultimately, the bread will become very hard
|
|
and impossible to eat. The more water you use
|
|
to make the bread, the longer the bread stays good.
|
|
A low-hydration recipe can dry out after 1--2 days;
|
|
a high-hydration bread needs 3--4 days to dry out.
|
|
|
|
Once your bread has dried out, you can run it under
|
|
tap water for around 10 to 15 seconds.
|
|
This water bath allows the
|
|
crumb's starch to absorb a lot of water. Proceed and
|
|
bake your bread again in the oven. The resulting loaf
|
|
will be almost as good as new again.
|
|
|
|
Another option for dried-out bread is to use it
|
|
to make breadcrumbs. These bread crumbs can be mixed
|
|
into subsequent loaves. They can also be used as
|
|
base ingredients for other recipes such as \emph{Knödel}\footnote{\emph{Knödel} is an
|
|
Austrian dish that uses old bread as a basis.
|
|
Breadcrumbs and day-old bread are mixed with eggs, and sometimes
|
|
spinach or ham are added. The batter is then boiled in salty water.
|
|
}.
|
|
|
|
\section{Room temperature in a container}
|
|
|
|
Just like the previous option, you can also store your
|
|
bread inside a container. This could be a paper bag,
|
|
a plastic bag, or a bread storage box. The paper bag and
|
|
most bread boxes are not fully sealed. They allow some of
|
|
the air to diffuse out of the container. This means that
|
|
the bread will also slightly dry out.
|
|
|
|
When using a sealed bag such as a plastic bag, the bread
|
|
will retain a lot of moisture. The bread will stay good
|
|
for a longer period. However, at the same time, the crust
|
|
will also lose its crispness. Some of the water diffuses
|
|
into the bag and is then re-absorbed by the crust. If
|
|
you want the crisp crust, the best option is to toast your
|
|
bread.
|
|
|
|
Another problem with storage containers is natural
|
|
mold contamination. The moment your bread is taken out of
|
|
the oven it starts being contaminated with aerial mold spores.
|
|
The spores are microscopically small and are everywhere.
|
|
The mold spores grow best in a humid environment. By placing
|
|
your dough in a container you have created a mold paradise.
|
|
A plain yeast-based dough will start to mold within a few days
|
|
like this. The sourdough-based bread stays good
|
|
for a longer period as the acidity is a natural mold
|
|
inhibitor.
|
|
|
|
\section{Fridge}
|
|
|
|
In my own experience storing bread inside the fridge
|
|
works well as long as you use a sealed container. Some
|
|
sources say that the bread dries out inside of the
|
|
fridge~\cite{storing+bread}. Supposedly the fridge
|
|
encourages liquid from the crumb to migrate to the bread's surface.
|
|
|
|
In my experience though, the trick is to use a sealable
|
|
container. With a sealable ziplock bag,
|
|
the excess humidity will stay in the bag and ensures
|
|
that the bread does not dry out as quickly. At room
|
|
temperature, this would cause your bread to mold. At
|
|
lower temperatures, the bread can stay good like this for
|
|
weeks. The crust however, will lose its crispness and
|
|
thus toasting is advised.
|
|
|
|
\section{Freezing}
|
|
|
|
Another great option for long-term storage is to use
|
|
your freezer. Slice up the whole loaf and create portions
|
|
that you can consume within a day. Store each portion
|
|
in a separate container and place them inside your
|
|
freezer.
|
|
|
|
When you want to eat fresh bread, open one of the portions
|
|
in the morning and allow the bread to thaw over a few
|
|
hours. This way you can easily remove the frozen-together
|
|
slices. Proceed and toast the slices in your toaster
|
|
or bake them in the oven until they have the crispness
|
|
that you like.
|
|
|
|
This option is great for very long-term storage. Personally
|
|
I~like having a few slices of bread frozen as an emergency
|
|
backup when I~have had no time to bake.
|