Commit Graph

27 Commits

Author SHA1 Message Date
Viktor Szépe
792e1af0ef Fix misspellings (#378)
* Fix misspellings

* Revert to US English

* fix a word
2024-08-04 16:43:20 +02:00
cedounet
5ba0b99b4e Remove centering for floats (#364)
This was a bad idea...:
https://tex.stackexchange.com/questions/2651/should-i-use-center-or-centering-for-figures-and-tables

floatrows not sure how it should work with flowcharts... so we use
centring

I don't want to redefine all floats either as we use them for chapters
title page.
2024-05-27 09:55:36 +02:00
Hendrik Kleinwaechter
5eea8b8bf8 Text improvements
Adds some text improvements from the book review.
2024-01-10 14:04:59 +01:00
Hendrik Kleinwaechter
3338c140c7 Improve yeast intro
Improves the yeast chapter intro
2023-12-28 12:16:41 +01:00
Hendrik Kleinwaechter
6283e4e3d7 Fix capitalization issue 2023-12-18 13:14:41 +01:00
cedounet
31e8078216 Fix warnings from make check (#237)
The one I am 100% sure are mistakes
2023-09-21 16:24:27 +02:00
cedounet
cec83c623f Add label for sourdough basics chapter (#218)
So it is coherent with the rest.

Also I can track which chapters I reviewed and which one I did not that
way :D.
2023-09-05 15:05:15 +02:00
cedounet
2aedda0474 How sourdough works (#208)
* Use whole-wheat consistantly

* Review how sourdough works chapter
2023-09-04 10:25:13 +02:00
cedounet
2b90763107 Make each chapter introduction stand out (#179)
* 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
2023-08-18 15:30:51 +02:00
cedounet
38ac7c6b11 Add list of table and list of figures (#178)
* 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
2023-08-18 11:27:16 +02:00
Jeppe Vesterbæk
767dd96ae6 Fix double punctuation (#157) 2023-07-25 19:07:40 +02:00
cedounet
2582e4c180 Fix reference and grammar (#133) 2023-06-30 11:46:39 +02:00
Hendrik Kleinwaechter
0664fe5b0e Add note on temperature and milling flour (#132)
This just adds a small note on temperature when milling flour. The
provided source is an interesting read.
2023-06-29 13:48:17 +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
05c33a76b6 Use input figs (#123)
* 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.
2023-06-27 11:07:19 +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
Christian Semmler
1c5006273f Microorganisms aren't persons (#82) 2023-05-16 19:41:19 +02:00
Hendrik Kleinwaechter
36b9c4c7a9 Add sources (#69)
This adds more sources to some places where I didn't add them before.
2023-03-30 14:07:31 +02:00
hanclintonnyx
725ab3df46 Minor punctuation and grammatical fixes to Preface and History. (#61)
* Minor punctuation and grammatical fixes to Preface and History.

* Spelling, wording, and punctuation fixes

---------

Co-authored-by: Clint Herron <hanclinto@gmail.com>
Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
2023-03-24 10:38:06 +01:00
Hendrik Kleinwaechter
43391f1369 Improvements grammar/spelling sourdough works (#63)
* improve clean

* Grammar improvements
2023-03-24 09:56:19 +01:00
Ned Park
d4fba59b7c Typo fixes (#32)
* Reconciles tenses in yeast are by using yeasts are

* Fix typos, a few phrasing changes
2023-01-03 22:09:00 +01:00
Hendrik Kleinwaechter
4270d0bbfa Fix typo
Thanks bpal7006 for reporting it
2022-12-29 11:09:05 +01:00
James
e644dc4a21 Bacteria section (#16)
* started editing bacteria section

* finish first sweep of edits to bacteria section

* final polish

* finished bacteria section
2022-08-26 16:50:38 +02:00
James
f8e4ff89a4 Edits for the Acknowledgements and the How Sourdough Works chapter (#11)
* edit acknowledgements

* finish edits to section 2.1

* finished editing amylase section

* fix italics

* began editing the protease section

* finished editing protease section

* edited the improving enzymatic activity chapter

* started editing yeast section

* continue to edit yeast section

* finished eidts to the yeast section

* final edits to the how sourdough works chapter
2022-07-02 15:14:45 +02:00
Hendrik Kleinwaechter
b9de1f3aa2 Microbiology: Bacteria (#12)
This adds the 2nd part of the microbiology chapter. This time looking
closer at the role of the bacteria.
2022-07-02 15:03:58 +02:00
Hendrik Kleinwaechter
886709da45 Microbiology of sourdough yeast (#7)
This adds how sourdough yeast works. It goes into detail
on the microbiology looking at how the yeast lives in
the environment
2022-06-18 11:11:05 +02:00
Hendrik Kleinwaechter
353c44a85f Enzymes chapter (#5)
* Enzymes chapter

This adds detailed information on different enzymes that are contained
in your flour. A detailed focus on amylase and protease is provided.

* Add infographic on enzymes

* Add status overview
2022-05-19 17:14:24 +02:00