* 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>
* 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>
* Remove unbreakable spaces in supporters list
That is just too much to ask TeX
* Change environnement to Figure for chem equation
This is not a flowchart...
* Add a flowchart environnement and its listof
So we can more easily access those flowcharts from pdf and website,
rather than looking in the crowded list of figures.
* Update book/troubleshooting/misc.tex
* Temporarily remove list of flow charts from web version
* Update clean target to deal with listofcharts
* Silent KOMA warnings (#190)
No functional change, but less warnings will help to read the logs.
Good idea anyway to use the key/value scheme
Co-authored-by: Cedric <ced@awase.ostal>
* Fix front-page for one sided printing (#189)
As it is manually placed, is prone to break on evry change of the page
geometry... This one looks good though in today's conditions.
Co-authored-by: Cedric <ced@awase.ostal>
* Enable micro-typographical improvements (#191)
Few people will notice but this actually brings loads of improvements to
line breaking, handing punctuations etc.
* Revert "Temporarily remove list of flow charts from web version"
This reverts commit 9611b250d2.
* Implement listofflowchart for tex4ht
as per michal suggestion:
https://github.com/michal-h21/tex4ebook/issues/114#issuecomment-1688543095
---------
Co-authored-by: Cedric <ced@awase.ostal>
Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
As it is manually placed, is prone to break on evry change of the page
geometry... This one looks good though in today's conditions.
Co-authored-by: Cedric <ced@awase.ostal>
No functional change, but less warnings will help to read the logs.
Good idea anyway to use the key/value scheme
Co-authored-by: Cedric <ced@awase.ostal>
* 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>