* Initial support for building a booklet
This is really WIP but add support in the makefile for building another
book from the same source.
As the target name suggests, it will be a TL;DR version of the
framework.
* Extract recipes in their own tex file (flat bread)
In order to reuse recipes in the booklet, we need to extract them in
their own tex file sourced by both.
* Add clean and quick targets for booklet
* Initial version of the booklet
Very very WIP, ugly as but need to start somewhere.
* Update the booklet
- Add pics
- Change layout
* Update makefile for booklet
- Add help target
- Follow naming conventions for target
* Remove non-wheat Bread
* Pack the picture together and fix captions
Takes less place, looks better, only good things...
* Remove labels
* Reorder figs and pics more logically
* Fix the fill-yourself baker math table
Much nicer and add rooms for comments
* Center pics and flowcharts and fix indentation
* Add booklet to all target
It will also be part of the release
* Reduce dependencies for booklet
not perfect but better, will avoid rebuild every tiem we work on the
text itself :)
* Add the booklet to the README
* Add docker entry, fix typo
* Add making sourdough starter
---------
Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
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.
Because the namedref to the "Wheat sourdough" chapter is not broken up
on space by LaTeX, it bleeds into the margin.
Also: fix quotation marks and capitalization of "chapter".
* Remove foreword
It's empty and does not provide any value unless we actually manage to
have a decent foreword. So this removes it for now.
* Remove foreword everywhere
---------
Co-authored-by: Ced <ced@sdf.org>
* 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>
* 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>