This was written way before the mix-ins sections, made sense back then
but not so much anymore so moving it out.
formatted text and added centering, labels etc while at it.
* 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>
* 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
* 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
* Update README
- Need latexmk
- How to get limited help on build instuctions
* Rewrite chemical equation
Write it from scratch rather than a pixalated picture
* Fix reference and grammar
* Remove obsolete package
* Use colored links in pdf, black when printed
We can debate the colors to use of course, I left the defaults in.
There are accessibility concerns with colors...
* Add supporter.csv to the list of TeX source
So we rebuild everytime we add a new supporter.
* Inline the list of supporters
Those guys are awesome, but do they really need to be in a table one per
line over 3 pages?
* Explicit figure location
h rarelly works, so making it clear top is also an option.
It is complicated :
[1] The International System of Units (si), https://www.bipm.org/en/
measurement-units/.
[2] International System of Units from nist, http://physics.nist.gov/cuu/Units/
index.html.
And one will never get it right (space or not, half-space?) nor
consistent so using that instead.
I am not sure how times and hours, when to write digits and when in
letter so I did not change much..
Did not touch the tables as ebooks on github actions seems to break when
you look at them funny.
Co-authored-by: Cedric <ced@awase.ostal>
* Make figs includable in main document
Remove the capability to build them as standalone document but we can
include them in the main document. It should simplify things down the
road.
* Replace tikx pics
* Remove figures compilation from makefile
No need to compile figs to pdf anymore, at least to build the books
* Delete svg figures from ebook build
* Create png for TikZ figures
- Add export_figures back
- Build a pdf from the the TikZ in standalone mode
- Change the cleanup to deal with those changes
- Remove trailing spaces..
* Replace centering by an environment
More LaTeX idomatic
* Increase clean_figures robustness
as we use temporary tex files (.tex.in) we can't run clean_figures twice in a
row
* Center TikZ figures
Because it looks better
* Remove png building
Seems to struggle on CI with \\\b or something, we don't absolutely need
it right now so let's get rid of it.
* Remove trgt_figures dependency for pdf and ebooks
This should not be needed now that we include the TikZ directly, only
needed for png generation.
* Revert "Remove png building"
This reverts commit fdd542de57.
This is now fine to add the code back, so that it can be debugged when
times come.
* Add unbreakable space before a reference or a citation
avoids ref to be put on next line or page...
* Add unbreakable space between I and verb
* Remove spacing before footnotes
Also moved it before the final sentence dots in many cases... might need
a review of what is best. But this is a safe default choice from an
esthetic point of view.
* Improve footnotes and punctuations
Reverse order/kerning especially with sans-serif version.
* Remove manual enumerate
* Fix wording in a citation.
Reads better that way and is shorter.
* Use emph instead of italics
1) Markup semantic not style
2) Will deal with various level of empahasis
3) Was a mix of \it and \textit
* Fix usage of quotes
Also replaced some of then by \emph as it is (IMHO) more visually
pleasant.
* Captitalize before reference
* Correct dashes length
see here:
https://www.merriam-webster.com/words-at-play/em-dash-en-dash-how-to-use
* Remove space before label and homogenize caption
Apparently it can create a wrong reference, if notthing else shuts
texcheck up and cost nothing... so let's do it.
While at it adding a dot at the end of each caption.
* Add missing empty line before signature in preface
* Add a static checker target to makefile
Shall help prevent adding mistakes in new versions