* 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>
* Add bibliography to the ToC
* Add a list of tables at the end of the document
It needed shorter description that would fit.
* Add list of figures
* Add table of figures
* Fix a typo in short figure description
* Make each chapter introduction stand out
Not written for each chapter yet, but checking if that is something we
want.
* Increase numwidth in list of figures
Prevents over-run of figure number and text
* Use semibold in chapters intro
Looks like a good compromise for now.
* Add comments
* Add color coding to flow charts
This will hopefully allow easier reading by identifying start and end
point more easily
* Add bibliography to the ToC
* Add a list of tables at the end of the document
It needed shorter description that would fit.
* Add list of figures
* Add table of figures
* Fix a typo in short figure description
* Increase numwidth in list of figures
Prevents over-run of figure number and text
* Implement kaobook style chapter headings
Now supports several style of chapters
- plain (default koma)
- bar adds a gray bar
- lines (a box around it)
- kao
This is totally _inspired_ by the kaobook template:
https://github.com/fmarotta/kaobook/
* Use lines style for chapter by default
As Hendrik indicated...
* Improve Title page
- Made it full page (almost)
- Added a second page with links to github, license info and hard-copy
book
* Add an xbb target for the cover page
For some reasons using picture outside float environment confuses the
ebook/dvi building
---------
Co-authored-by: Cedric <ced@awase.ostal>
* Use sans-serif font in TikZ, match font for units
I think this makes the diagrams easier to read and also makes unit not
looking weird in the HTML version. Not sure why match ain't the default
* Use palatino for main serif font
- Andale mono
- SourceSansPro for non-serif
* Disable Andale mono font for typwriter
It is not available on GitHub CI. Need to find an alternative.
* Use standard practices for website build
- Declare your dependencies
- Do not rebuild unless dependencies changed
- Cleanup after yourself
- Document your targets
- COMMANDS in upper case and variables/rules in lowercase
* Prevent bundle install to re-run
Split it into two separate targets one for installing env and one for
actually reworking the html.
* Fix typo in makefile comment
Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
---------
Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
- Declare your dependencies
- Do not rebuild unless dependencies changed
- Cleanup after yourself
- Document your targets
- COMMANDS in upper case and variables/rules in lowercase
* Use LuaLaTeX instead of pdfTeX
Will allow to use Open Type Fonts in the future
Other less important reasons:
- Uniform encoding in UTF-8
- We could maybe use some luaTeX only packages
- It's more modern, should be better
* Use Tex Gyre Heros as helvetica clone
As it does not seem available by default on the CI machine and might
have some licensing issues.
* 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