* Fix various typos and references or links
- Misuse of product macro the x sign did not appear
- Use macro for milligrams
- Some refes were without hyperlink for some reason ?
- confusion between section and subsections
- a little grammar.. exact value not absolute, don't think a negative
amount of flower was ever an option :D
* Use siunitx for temperature everywhere
Apparently some files escaped my script last time, or messed up in git
merge... Anyway fixed now and should be more consistent.
* Simplify Fermentolysis table
I woudl hope this is more clear with less lines.
* Remove double bottomrule
* Fix grammar
* Use correct font familly in preface
Small corrections on font familly and extra space for signature.
TODO: I did not change the paragraph breaking but we might want to
revisit it later.
* Fix wrong percentage range
fixes https://github.com/hendricius/the-sourdough-framework/issues/156
* 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.
* 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..
In order tho make the tables look better in document:
1) Remove the vertical separation
2) Add different width for top/mid/bottom rules
3) Center them in the page
Co-authored-by: Cédric Andrieu <cedric@cirrus.com>