First flow chart is about creating a starter - the other one about
maintenance. The suggested approach is slightly different. This makes it
clear that one flow chart is about creating a starter.
* Update Sourdough History
This adds another timeline for the sourdough bread history, adds more
information and more references.
* Fix a few white spaces..
* Correct capitalization of Van Leeuwenhoek
Quoting Wikipedia: https://en.wikipedia.org/wiki/Van_(Dutch)
Spelling conventions
Collation and capitalisation
Collation and capitalisation of names differs between countries. In the
Netherlands and Suriname, names starting with "van" are filed under the
initial letter of the following name proper, so Johannes van der Waals
is filed under "W", as: "Waals, Johannes van der" or "van der Waals,
Johannes".[3] The "v" is written in lower case, except when the surname
is used as standalone (when the first name or initials are omitted), in
which case it is capitalised, as in "de schilder Vincent van Gogh" and
"de schilder Van Gogh" ("the painter Van Gogh").[4] In compound terms
like "de Van Goghtentoonstelling" ("the Van Gogh exhibition") the "v" is
capitalised, unless the connection between the person and the concept is
or has become very weak.[5]
* Fix line
* Improve numbers on time chart
- Tausend separator
- Negative numbers
- Few typos
* Fixes
* Improve timeline
- narrower so it fits on page (text was leaking out), fits mostly but
not schking anymore
- Different colour for BC as scale is different
- Broken line for discontinuity in AD
* Reduce line-break width
* Move dates around in timeline
Makes it neater IMHO
* Fix 12000 BC in timeline
* Fix typo and add labels
Also re-indent text (but only new one..)
* reunite can and not
* Prevent running validate when pushing on main
Rational is as follow:
- We ran validate-book on each push on the PR branch anyway
- We will run release_book which is a superset of validate
* Upload artifacts on each PR (#299)
* Upload artifacts on each PR
* Use artifact V3
* Build docker image for each PR (#300)
This builds a docker image for each PR and then one for the release
tagged as :latest.
---------
Co-authored-by: Ced <ced@sdf.org>
Co-authored-by: Cedric <ced@awase.ostal>
Co-authored-by: Paul Duguet <duguet.paul@gmail.com>
1) Use arrows <--> to indicate duration
2) Use : to introduce date
3) Move some text around so slightly... First data moved right so we have
full text width for the timeline
1) Use arrows <--> to indicate duration
2) Use : to introduce date
3) Move some text around so slightly... First data moved right so we have
full text width for the timeline
* Add graphic showcasing evolution of life
* Add PR Feedback
* Add comment
* Update date format
* Fix small mistakes
* Add pangea, rewrite intro
* Fix citation, improve intro. Thanks alanblue
* Add indicator for full span and months
* Color improvements
* Tidyup non-wheat process flowchart
- Factorize code
- Spread the boxes
- Align arrows
* Review non-wheat chapter
Usual typos and text improvements plus a little LaTeX magic for better
typography
* 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>
* Fix duplicate flowchart
This combines both flowcharts into one
* Start on pink for starter readiness flowchart
* Add braces to TikZ flowcharts
* Rewired flowchart with right-angled transitions
* Change Arrows from right-angled to star connected
As I could not really find a way not to have diagonal arrows... I
decided to embrace it instead. YMMV
* Homogenize box sizes
* Align on unit inside the flowchart node
* Fix code typo in starter readiness flowchart
* Create a MWE showing (known) ebook issues
Those issues are:
- Temp in flowchart
- No front image
- Chemical formula
- No list of flowcharts
- Weird looking table
Also test fonts, accents, etc.. seems ok.
* Make ebook the default target
* Revert "Create a MWE showing (known) ebook issues"
This reverts commit dac7f8f21d.
* Revert "Make ebook the default target"
This reverts commit e92e464459.
---------
Co-authored-by: Ced <ced@sdf.org>
* Improve sourdough starter flowchart
Remove one state
Mor air between blocks
* Tidy-up starter readiness flowchart
Right angles arrows look neater
* Fix typo on starter maintenance flowchart
There is more to do but can't say if i enjoy the chaotic look of that
one or if I hate it :D
Very packed though, so not sure how to make it less scary.
* Change BG color to white
* Fix flowcharts where graphics overlap with text
* Increase border size
* change arrow style
* Allow standalone building of TikZ flowcharts
Useful for reference or website etc..
* Prevent manual hyphenation in TikZ diagrams
A Bit of a manual tweak.. but worth it to look nicer :D
* Add missing file for flowcharts
---------
Co-authored-by: Cedric <ced@awase.ostal>