Commit Graph

22 Commits

Author SHA1 Message Date
Hendrik Kleinwaechter
07edb414e1 Fix image not showing on website 2023-09-08 14:17:18 +02:00
cedounet
f1788ff780 Reorg troubleshooting (#150)
* 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
2023-07-14 13:53:26 +02:00
cedounet
17b5ae5f52 Various clean up (#134)
* 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.
2023-06-30 11:47:09 +02:00
cedounet
4637c29a37 Use Siunitx package for dealing with units (#129)
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>
2023-06-28 20:30:12 +02:00
cedounet
5731a49828 Remove superflous equal sign (#126)
and traling spaces while at it
2023-06-27 11:22:25 +02:00
cedounet
ca43ef0bd9 Improve typography (#120)
* 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
2023-06-12 09:12:22 +02:00
Niklas Baumgart
f279087c96 Fixed Typos (#79) 2023-05-12 14:19:25 +02:00
Hendrik Kleinwaechter
0b79eb7ada Fix duplicate word
Thanks AC!
2023-05-07 12:07:48 +01:00
Hendrik Kleinwaechter
653be70603 Spelling/Instruction improvements (#77)
Some more great feedback by Adam Carter that improves spelling and
clarifies some points. Thanks.
2023-05-02 16:56:12 +02:00
hanclintonnyx
d74106758d Proofreading for rest of the book text. (#73) 2023-04-13 16:35:46 +02:00
Hendrik Kleinwaechter
aa40844691 Fix chemical formula display (#65)
This uses the chemformula package to improve the display of chemical
formulas.
2023-03-30 09:15:32 +02:00
Ralph von der Heyden
5772664bf3 Losslessly recompress ALL THE IMAGES 🗜️🖼️ (#55)
By using the tool ImageOptim:
https://imageoptim.com/

This shaves off some MB of the resulting PDF/ebook files without
sacrificing anything.
2023-03-06 01:19:29 +01:00
Hendrik Kleinwaechter
6e97f9bbd0 Screen Readers (#53)
* add tikzcache

* ignore files

* add latexmkrc file

* Move figures to new files

* rename images

* Fix build commands

* Release as epub3 and mobi

* Add cover-image support

* use older epub

* Externalize all tables

* change gh actions command

* fix linux xargs rm
2023-03-02 20:33:25 +01:00
Hendrik Kleinwaechter
2b5aeea1dd Fix flowcharts (#47)
* Replace image with coded flowchart

* Fix flat bread process

* Remove flat bread process image

* Maintenance chart fix

* Fix baking process

* Remove conversion graphic
2023-02-24 17:45:15 +01:00
Hendrik Kleinwaechter
cde8cd58e5 Stretch folds (#35)
* Remove whitespaces

* Add troubleshooting section starter size increase

* Finish stretch and fold chapter
2023-01-06 13:07:21 +01:00
Hendrik Kleinwaechter
d638c7a012 Chapter Hooch + Acetone
Add chapter about a liquid gathering and an acetone smell
from your sourdough.
2022-04-29 14:26:48 +02:00
Hendrik Kleinwaechter
a9b8149a5c Add flat bread trouble shooting
Debugging flat bread and how to fix it.
2022-04-26 19:20:23 +02:00
Hendrik Kleinwaechter
3cd7e17666 Fix wording 2022-04-23 12:39:39 +01:00
Hendrik Kleinwaechter
3a627cae2b Fix wrong filename 2022-04-23 12:38:21 +01:00
Hendrik Kleinwaechter
d2335aceb2 Fix name 2022-04-19 13:40:53 +02:00
Hendrik Kleinwaechter
c1b83700a9 Add crumb structures overview to debugging
This adds a full overview of different crumb structures to the debugging
section.
2022-04-14 14:08:47 +01:00
Hendrik Kleinwaechter
b674568cbe Chapter: Debugging crumb structures
This adds methods how you can debug your crumb
structure and see what might have gone wrong
during the fermentation process.
2022-03-24 13:06:10 +01:00