mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-11 13:41:12 -06:00
* 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.
28 lines
1.4 KiB
TeX
28 lines
1.4 KiB
TeX
\begin{tabular}{@{}>{\bfseries}p{0.12\textwidth}p{0.273\textwidth}p{0.273\textwidth}p{0.273\textwidth}@{}}
|
|
\toprule
|
|
&\multicolumn{3}{c}{\textbf{Fermentation}}\\
|
|
\cmidrule(rl){2-4}
|
|
& \thead{Too short} & \thead{Too long} & \thead{Perfect} \\ \midrule
|
|
Crumb texture & Unbaked gummy areas towards the bottom of the bread.
|
|
& Crumb can be perceived as gummy as most gluten broken down.
|
|
& Crumb evenly baked. Crumb can be perceived as moist, but not gummy.
|
|
\\
|
|
Alveoli & Overly large alveoli in the crumb ``craters''.
|
|
& Many tiny alveoli equally distributed.
|
|
& Alveoli evenly distributed, no ``craters''.
|
|
\\
|
|
Taste & Pale neutral taste.
|
|
& Strong acidic flavor profile. Acidity overweighs when tasting.
|
|
& Balanced flavor profile, not too mild but also not too sour.
|
|
Depending on starter vinegary or lactic notes.
|
|
\\
|
|
Texture & Overall poor texture.
|
|
& Good consistency, crumb is not as fluffy as it could be.
|
|
& Great combination of textures.
|
|
\\
|
|
Oven spring & Vertical oven spring, mostly due to water evaporating and inflating the dough.
|
|
& Very flat pancake like structure after baking.
|
|
& Great vertical oven spring. Dough grows more upwards rather than sideways.
|
|
\\ \bottomrule
|
|
\end{tabular}
|