* 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
* 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...
* Update README
- Need latexmk
- How to get limited help on build instuctions
* Rewrite chemical equation
Write it from scratch rather than a pixalated picture