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:
Hendrik Kleinwaechter
2023-03-02 21:14:39 -05:00
parent 81c91fc582
commit 2473e1e1c6
7 changed files with 15 additions and 15 deletions

View File

@@ -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.}

View File

@@ -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}