mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2026-04-20 02:44:30 -05:00
Nicer tables episode II (#111)
* Make headrow in tables bold
* Simplify tables markup
- Markup is definitely simpler.
- Will not be built separately in a pdf anymore.
- Fixed some typo as well
- Relatively coherent look
- Can be better, some sizes are relatively arbitrary
* Remove horizontal separation inside tables
Not very nice if you ask me..
* Fix some tables for the ebook
The alignement trick to have nicely alignment on = sign or on unit (g)
used broke the html. Reverting to a less optimal version on pdf while
not breaking the html.
* Simplify table for html output
* Revert "Simplify table for html output"
This reverts commit f85d65adb7.
* Revert pancake table
This way it builds ebook correctly.
This commit is contained in:
@@ -21,7 +21,7 @@ extensible and can be stretched.
|
||||
|
||||
\begin{table}[htp!]
|
||||
\begin{center}
|
||||
\includegraphics{tables/table-baking-process-stages.pdf}
|
||||
\input{tables/table-baking-process-stages.tex}
|
||||
\caption{The different stages that your dough undergoes during the baking process.}
|
||||
\end{center}
|
||||
\end{table}
|
||||
@@ -267,12 +267,13 @@ crust color. In my case this is another 15-25 minutes typically.
|
||||
|
||||
\section{Conclusions}
|
||||
|
||||
\begin{figure}[!htb]
|
||||
\begin{table}[!htb]
|
||||
\begin{center}
|
||||
\includegraphics{tables/table-oven-baking-overview.pdf}
|
||||
\caption{An overview of different oven types and their different baking methods}
|
||||
\input{tables/table-oven-baking-overview.tex}
|
||||
\caption{An overview of different oven types and their different
|
||||
baking methods.}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
\end{table}
|
||||
|
||||
Depending on your home oven, a different method
|
||||
of steaming may be used. Generally most ovens
|
||||
|
||||
Reference in New Issue
Block a user