pgfplots uses math fonts for graphs ticks... and it looks weird when
building sans serif.
Not sure Fira is necessarily a great choice with open-sans but we have
very little math so that should do...
Spun the file out for inclusion basically... we want to be able to use
\eg in flowcharts even when built standalone.
Fixed dependencies in makefile as well
This was prevented by ocgcolorlinks which was here to have links printed
in black but looking like colors in the pdf on screen... as Doc
hyperref explains:
• Main disadvantage: Links cannot be broken across lines. PDF reference
1.7: 4.10.2 “Making
* Correct spelling mistakes in glossary
* Rorder glossary
So it actually is in alphabetical order...
Samnly typos here adn there.
* Improve Glossary typography
* Fix make4ht enumitem
Basically we bypass the style for ebook and HTML.
* 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>
* 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>
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...
* 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 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.
* Reorganize troubleshooting section
- Classified in subcategories hopefully more logically
* Reorganise troubleshooting section step 2
Now put crust debugging later. I am not sure this is fundamental, but
maybe just showing my lack of experience here...
* Improve table of contents
- Use short ToC entry when needed
- Remove extra space now that we do not have large numbers in
section names anymore
* Add chemfig package
Somhow forgot it in chemical equation commit 8004497b
* Change links colors to codeblue
Closes https://github.com/hendricius/the-sourdough-framework/issues/142
* Use KOMA-Script and twosided printing
Because it looks better. Also gets rid of headers/footers on empty
pages
* Fix tex4ebook and komascript clash
See https://github.com/michal-h21/tex4ebook/issues/110
* Factor out packages into a sty file
Separates style details out of the main file, now that we start having
more and more style-related settings.
* Remove parskip
Not needed with Koma-script
* Remove tocloft package
Not needed with koma-script
* Use tocbasics instead of floats
to please kpmascript internal algorithm
* Add a bit more breathing space in ToC
so they are not stuck together at 11.11 onwards...