* Review bread types chapter
* Fine tune bread tables
* Collect all flat bread into one section
Makes more sense to have it all within a section.
* Correct typos in bread types chap.
gasses is less ambigous than gases even if correct.
* Remove uppercases
More consistent withe the rest of the text.
* Rewrite bread type intro
* Rewrite some of the flatbread section
there is a lot of repetition though..
---------
Co-authored-by: Cedric <ced@awase.ostal>
* Correct wording, category for starter conversion
- Now a flowchart (and a renamed label)
- More explicit wording as per
https://github.com/hendricius/the-sourdough-framework/issues/234
* Fix warnings from make check
The one I am 100% sure are mistakes
* Review starter type chapter
- Add some new sections
- fine tune tables
- some typos/new paragraphs
* Fix typos in sourdough starter types
* Simplify liquid conversion flowchart
* Simplify stiff conversion flowchart
* Fine tune liquid conversion flowchart
* Update some of the images
* Improve explanation of conversion
* Update explanation for stiff starter conversion
* Update fall note
---------
Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
* Fine tune tables in flour types chapter
* Add list of flowcharts in ebook (#240)
* Add list of flowcharts in ebook
* Mark menu as selected on list of flowcharts
---------
Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
* Review flour types chapter
---------
Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
* 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>