* Add list of flowcharts in ebook
* Mark menu as selected on list of flowcharts
---------
Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
* Add missing pic dependency on quick_ebook target
* Correct crime against LaTeX
Mostly proper use of LaTeX and one word changed. Moving forward we
could have a proper recipe environment so we have also a listofrecipe
at the end in the pdf/website.
* Add missing pic dependency on quick_ebook target
* Shorten Makefile clean rules
Less line mostly, should make it easier to read... and some wins from
not building sans-serif ebook anymore
* Simplify make help documentation
Was a bit tangled between ebook/ebook_serif/... should be clearer now.
* Add missing pic dependency on quick_ebook target
* Remove sans-serif ebooks from the build
* Remove sans-serif ebook from website and README
As per https://github.com/hendricius/the-sourdough-framework/issues/225
point 2. The reader program will allow to change the font, no point
building it twice.
* Remove sans_serif mk4 file
* Add missing pic dependency on quick_ebook target
* Fix default target in makefile
The previous version was just lucky enough to be the first target not
starting with a .
* 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>
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.
* Switch to creative commons license
This updates the license to CC-BY-SA
* update img
* Add CC-BY-SA logo and licence link on 2nd page
* Fix compilation bug on title page
---------
Co-authored-by: Ced <ced@sdf.org>
* Add quick targets in makefile
You can now runs luaLaTex or tex4ebook only once... should help run
faster while editing text/LaTeX macros
* Adds documentation for quick targets
* 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.
* Move mix-ins to its own chapter
I don't think it belongs to wheat one which is already packed,
Schwarzbort for once is usually with seeds added.
Once we have more pics it will be even more cramped in the wheat
chapter.
* Fix TeXnicalilities in mix-ins chapter
looooong lines, no use of sinunitx, abbreviations, etc..
* Fix typo
* Update book/book.tex
---------
Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>