mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 20:21:12 -06:00
Various clean up (#134)
* Fix reference and grammar * Remove obsolete package * Use colored links in pdf, black when printed We can debate the colors to use of course, I left the defaults in. There are accessibility concerns with colors... * Add supporter.csv to the list of TeX source So we rebuild everytime we add a new supporter. * Inline the list of supporters Those guys are awesome, but do they really need to be in a table one per line over 3 pages? * Explicit figure location h rarelly works, so making it clear top is also an option.
This commit is contained in:
@@ -287,7 +287,7 @@ it depends on what you have at hand. My default go-to method is an inverted
|
||||
tray on top of my dough, paired with a bowl full of boiling water towards the bottom
|
||||
of the oven.
|
||||
|
||||
\begin{figure}
|
||||
\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
|
||||
@@ -308,14 +308,14 @@ the bottom part. The experiment then showed that the ice-cube method would heat
|
||||
the surface of the apple a lot quicker. When replicating this with a bread dough,
|
||||
I~would achieve less oven spring.
|
||||
|
||||
\begin{figure}[h]
|
||||
\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.}%
|
||||
\label{apple-experiment-surface-temperatures}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[h]
|
||||
\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.}%
|
||||
|
||||
Reference in New Issue
Block a user