mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-18 09:01:12 -06:00
Add list of table and list of figures (#178)
* Add bibliography to the ToC * Add a list of tables at the end of the document It needed shorter description that would fit. * Add list of figures * Add table of figures * Fix a typo in short figure description * Increase numwidth in list of figures Prevents over-run of figure number and text
This commit is contained in:
@@ -8,9 +8,10 @@ that you can use to debug your baking process.
|
||||
|
||||
\begin{figure}
|
||||
\includegraphics[width=\textwidth]{crumb-structures-book}
|
||||
\caption{A schematic visualization of different crumb structures and their respective causes. The
|
||||
final bread's crumb is a key aspect to identify potential issues related to fermentation
|
||||
or baking technique.}%
|
||||
\caption[Debugging your crumb structure]{A schematic visualization of
|
||||
different crumb structures and their respective causes. The final bread's
|
||||
crumb is a key aspect to identify potential issues related to
|
||||
fermentation or baking technique.}%
|
||||
\label{fig:crumb-structures-book}
|
||||
\end{figure}
|
||||
|
||||
@@ -18,8 +19,8 @@ that you can use to debug your baking process.
|
||||
|
||||
\begin{figure}
|
||||
\includegraphics[width=\textwidth]{open-crumb}
|
||||
\caption{The bread has a somewhat open crumb with areas
|
||||
featuring a honeycomb structure.}%
|
||||
\caption[Perfectly fermented bread]{The bread has a somewhat open crumb
|
||||
with areas featuring a honeycomb structure.}%
|
||||
\label{fig:open-crumb}
|
||||
\end{figure}
|
||||
|
||||
@@ -49,8 +50,8 @@ to achieve as open a crumb as possible.
|
||||
|
||||
\begin{figure}
|
||||
\includegraphics[width=\textwidth]{honeycomb}
|
||||
\caption{A whole wheat sourdough with an almost exclusive honeycomb crumb
|
||||
structure.}%
|
||||
\caption[Honeycomb crumb structure]{A whole wheat sourdough with an almost
|
||||
exclusive honeycomb crumb structure.}%
|
||||
\label{fig:honeycomb}
|
||||
\end{figure}
|
||||
|
||||
@@ -142,9 +143,9 @@ flavor profile, then a stronger flour with more gluten will help.
|
||||
|
||||
\begin{figure}
|
||||
\includegraphics[width=\textwidth]{fermented-too-short-underbaked}
|
||||
\caption{A dense dough featuring a gummy, not fully gelatinized area.
|
||||
The picture has been provided by the user wahlfeld from our community
|
||||
Discord server.}%
|
||||
\caption[Underfermented bread]{A dense dough featuring a gummy, not fully
|
||||
gelatinized area. The picture has been provided by the user wahlfeld
|
||||
from our community Discord server.}%
|
||||
\label{fig:fermented-too-short-underbaked}
|
||||
\end{figure}
|
||||
|
||||
@@ -177,9 +178,9 @@ of time.
|
||||
|
||||
\begin{figure}
|
||||
\includegraphics[width=\textwidth]{fools-crumb}
|
||||
\caption{A typical example of a fool's crumb featuring an ear and several overly
|
||||
large alveoli. The picture has been provided by Rochelle from our
|
||||
community Discord server.}%
|
||||
\caption[Fool's crumb large alveoli]{A typical example of a fool's crumb
|
||||
featuring an ear and several overly large alveoli. The picture has been
|
||||
provided by Rochelle from our community Discord server.}%
|
||||
\label{fools-crumb}
|
||||
\end{figure}
|
||||
|
||||
@@ -268,8 +269,8 @@ turn the fan off, consider using a Dutch oven.
|
||||
|
||||
\begin{figure}[h]
|
||||
\includegraphics[width=\textwidth]{no-steam}
|
||||
\caption{One of my earlier breads that I~baked at a friend's place where
|
||||
I~couldn't steam the dough properly.}%
|
||||
\caption[Bread baked with too little steam]{One of my earlier breads that
|
||||
I~baked at a friend's place where I~couldn't steam the dough properly.}%
|
||||
\label{no-steam}
|
||||
\end{figure}
|
||||
|
||||
@@ -292,9 +293,9 @@ of the oven.
|
||||
|
||||
\begin{figure}[ht]
|
||||
\includegraphics[width=\textwidth]{apple-experiment-temperatures}
|
||||
\caption{An apple with 2 probes to measure ambient
|
||||
and surface temperatures of several steaming techniques
|
||||
in a Dutch oven.}%
|
||||
\caption[Measuring ambiant and surface temperature]{An apple with 2 probes
|
||||
to measure ambient and surface temperatures of several steaming
|
||||
techniques in a Dutch oven.}%
|
||||
\label{apple-experiment-temperatures}
|
||||
\end{figure}
|
||||
|
||||
@@ -313,15 +314,17 @@ I~would achieve less oven spring.
|
||||
|
||||
\begin{figure}[ht]
|
||||
\includegraphics[width=\textwidth]{apple-experiment-surface-temperatures}
|
||||
\caption{A chart showing how the temperature of the surface
|
||||
of the apple changes with different steaming techniques.}%
|
||||
\caption[Surface temperature versus steaming technique]{A chart showing how
|
||||
the temperature of the apple's surface changes with different
|
||||
steaming techniques.}%
|
||||
\label{apple-experiment-surface-temperatures}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[ht]
|
||||
\includegraphics[width=\textwidth]{apple-experiment-ambient-temperatures}
|
||||
\caption{This figure shows how the ambient temperatures inside of the
|
||||
Dutch oven change depending on the steaming technique that is used.}%
|
||||
\caption[Dutch Oven temperature versus steaming technique]{This figure shows
|
||||
how the ambient temperatures inside of the Dutch oven change depending
|
||||
on the steaming technique that is used.}%
|
||||
\label{apple-experiment-ambient-temperatures}
|
||||
\end{figure}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user