mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-25 20:33:59 -06:00
Fix .mobi table size
This just removes the full-width setting. This way the .mobi displays the table images properly
This commit is contained in:
@@ -3,7 +3,7 @@ at different sourdough starter types and their respective
|
||||
traits.
|
||||
|
||||
\begin{table}[htp!]
|
||||
\includegraphics[width=\textwidth]{tables/table-starter-types.pdf}
|
||||
\includegraphics{tables/table-starter-types.pdf}
|
||||
\caption{A comparison of different sourdough starter types and their
|
||||
respective properties. The only difference is the level of water (hydration)
|
||||
that is used when feeding the starter.}
|
||||
|
||||
@@ -35,7 +35,7 @@ comes in handy. Let's look at the default recipe with baker's
|
||||
math and then adjust it for the 1.4 kilogram flour quantity.
|
||||
|
||||
\begin{figure}[!htb]
|
||||
\includegraphics[width=\textwidth]{tables/table-bakers-math-example.pdf}
|
||||
\includegraphics{tables/table-bakers-math-example.pdf}
|
||||
\caption{An example table demonstrating how to properly calclate using baker's math}
|
||||
\end{figure}
|
||||
|
||||
@@ -49,7 +49,7 @@ more flour available the next day. As mentioned the next day
|
||||
we have 1.4 kilograms at hand (1400 grams).
|
||||
|
||||
\begin{figure}[H]
|
||||
\includegraphics[width=\textwidth]{tables/table-recipe-bakers-math.pdf}
|
||||
\includegraphics{tables/table-recipe-bakers-math.pdf}
|
||||
\caption{An example recipe that uses 1400 grams as base and is then
|
||||
calculated using baker's math}
|
||||
\end{figure}
|
||||
|
||||
Reference in New Issue
Block a user