Commit Graph

51 Commits

Author SHA1 Message Date
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
cedounet
7cc71dc6ac Small fixes (#155)
* 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
2023-07-21 11:46:33 +02:00
Hanso707
cd1130903d Fixed typos and grammar (#130)
* Update sourdough-starter.tex

Fixed 'typo'

* Update sourdough-starter.tex

take 3 days or so -> take about 3 days

* Update sourdough-starter-types.tex

logical mistake

* Update sourdough-starter-types.tex

logic: doesnt make sense to apply the method without any mold

* Update flour-types.tex

grammar

* Update bread-types.tex

grammar

* Update baking.tex

grammar

* Update sourdough-starter-types.tex

recommendation, wording

* Update flour-types.tex

recommendation, wording

* Update wheat-sourdough.tex

recommendation, wording

* Update wheat-sourdough.tex

get rid of repetition of 'hardly' - recommendation, wording

* Update baking.tex

get rid of 'so'
recommendation, wording

---------

Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
2023-06-28 20:32:03 +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
cedounet
50bf7f1de4 Nicer tables episode II (#111)
* Make headrow in tables bold

* Simplify tables markup

- Markup is definitely simpler.
- Will not be built separately in a pdf anymore.
- Fixed some typo as well
- Relatively coherent look
- Can be better, some sizes are relatively arbitrary

* Remove horizontal separation inside tables

Not very nice if you ask me..

* Fix some tables for the ebook

The alignement trick to have nicely alignment on = sign or on unit (g)
used broke the html. Reverting to a less optimal version on pdf while
not breaking the html.

* Simplify table for html output

* Revert "Simplify table for html output"

This reverts commit f85d65adb7.

* Revert pancake table

This way it builds ebook correctly.
2023-06-03 00:02:39 +02:00
Hendrik Kleinwaechter
0d1602cc17 Revert "Nicer/Simpler tables (#107)"
This reverts commit 037ae6d7fd.
2023-06-01 18:49:38 +02:00
cedounet
037ae6d7fd Nicer/Simpler tables (#107)
* Make headrow in tables bold

* Simplify tables markup

- Markup is definitely simpler.
- Will not be built separately in a pdf anymore.
- Fixed some typo as well
- Relatively coherent look
- Can be better, some sizes are relatively arbitrary

* Remove horizontal separation inside tables

Not very nice if you ask me..
2023-06-01 14:38:37 +02:00
John Moon
f0a3deaac3 Fix typo in sourdough-starter-types.tex (#104)
"must" -> "most"
2023-06-01 14:26:26 +02:00
Hanso707
85b1acc3b6 Update sourdough-starter.tex (#106)
Fixed 'typo'
2023-06-01 14:26:06 +02:00
cedounet
77d3a9c75b Improve the look of tables (#99)
In order tho make the tables look better in document:
    1) Remove the vertical separation
    2) Add different width for top/mid/bottom rules
    3) Center them in the page

Co-authored-by: Cédric Andrieu <cedric@cirrus.com>
2023-05-25 13:36:30 +02:00
Neil Trodden
ca92125df8 Various typos (#98)
* fix: ✏️ and -> at

* fix: ✏️ redundant of
2023-05-22 09:31:41 +02:00
Neil Trodden
2a5ddeae48 docs: 🎨 restructure making first starter instructions (#95)
This crucial paragraph on starting your starter was quite dense with information so just refactoring it a bit to improve how it parses
2023-05-21 11:33:42 +02:00
Niklas Baumgart
a7a069a688 Fixed duplicate word and spaces (#86)
* Fixed duplicate spaces

* fixed duplicate there
2023-05-19 10:48:40 +02:00
Hendrik Kleinwaechter
a86798725b Stiff starter hydration check (#80)
This adds an explanation and enhanced guidelines on what to look out for
when making a stiff starter.
2023-05-12 15:59:41 +02:00
Niklas Baumgart
f279087c96 Fixed Typos (#79) 2023-05-12 14:19:25 +02:00
julianscodeword
510da641ab Grammatical corrections as per google drive. (#76) 2023-05-02 17:04:26 +02:00
Niklas Baumgart
ed71689d26 Fixed typo (#75) 2023-04-24 10:00:46 +02:00
Hendrik Kleinwaechter
07701b1b29 Udpate stiff starter instructions (#72)
Some people reported the dough was too dry. This can happen if the flour
used absorbs more water. Every flour has a unique water absorption
capacity.
2023-03-30 17:36:06 +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
Hendrik Kleinwaechter
5ed278146b Starter types feedback by Adam Carter (#66)
Adam has also looked at the starter types and provided some great
additional comments. This adds them.
2023-03-30 09:58:35 +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
hanclintonnyx
5fe487bc04 Minor punctuation, grammatical fixes to Starter Types and Flour Types (#64)
* Minor punctuation, grammatical fixes to Sourdough Starter Types and Flour Types

* Sourdough Starter Types minor fixes
2023-03-30 08:59:27 +02:00
Hendrik Kleinwaechter
4111b9ef42 More text feedback
Thanks Adam Carter!
2023-03-24 10:32:54 +01: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
2473e1e1c6 Fix .mobi table size
This just removes the full-width setting. This way the .mobi displays
the table images properly
2023-03-02 21:14:39 -05: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
d664471534 Clarify low inoculation (#54)
Based on the feedback by @gszabo this improves the paragraph with
more information.
2023-02-28 22:03:03 +01:00
Hendrik Kleinwaechter
918370fb9f FAQ: Starter not rising (#51) 2023-02-25 14:36:34 +01:00
Hendrik Kleinwaechter
f9b3bd4ed0 Stiff/liquid starter FAQ (#50) 2023-02-24 23:03:41 +01:00
Hendrik Kleinwaechter
423a62492c Small typo fix 2023-02-24 15:07:34 -05:00
Hendrik Kleinwaechter
fd98f30905 Flowchart starter conversion (#48)
* Flowchart stiff starter

* Add flowchart for liquid starter
2023-02-24 21:05:46 +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
ef9b7d1459 Add different starter types image 2023-01-27 21:52:13 -08:00
Hendrik Kleinwaechter
6e8bc56ee8 Fix typo 2023-01-13 22:24:08 +01:00
Hendrik Kleinwaechter
4fe9420940 Sourdough starter visualisation
A simple visualisation showing the microbial warfare during the first
days of making a sourdough starter.
2023-01-13 18:10:50 +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
f85550bd92 Fix small mistaske (#27)
Also updates the chart style to match the bread code colors
2022-12-16 18:32:28 +01:00
Hendrik Kleinwaechter
6a59ad77e7 Remove no longer needed image 2022-12-16 14:53:14 +01:00
Robert Schadek
d3a8668b11 Sourdough start tikz flowchart (#23)
Recreating the sourdough flowchart in tikz.
2022-12-16 14:25:03 +01:00
Radek Kubiak
eafd1caed6 Fixed typo about stiff starter composition (#20) 2022-12-16 14:12:11 +01:00
Hendrik Kleinwaechter
ef939f8fad Spelling suggestions by Andrew Stirling
Andrew suggested some improvements via email. Thank you!
2022-08-26 18:02:03 +02:00
Hendrik Kleinwaechter
f078095cb6 Add troubleshooting: Too sour starter
I was asked on YouTube regarding this. I figured I add another
chapter on the topic in the troubleshooting section.
2022-08-11 11:45:37 +01:00
Hendrik Kleinwaechter
b725aed593 Small typo fix 2022-08-11 10:24:45 +01:00
Hendrik Kleinwaechter
1b29e32168 Bread types + Flat bread recipe (#15)
This adds the different bread types section including the flat bread recipe.

The flat bread is the most simple and easiest type of bread you can
make.
2022-07-22 18:25:21 +02:00
Hendrik Kleinwaechter
236eb10cfd Starter types chapter (#13)
* This adds the starter types chapter

* Add note on flour types

* Check starter types
2022-07-02 18:08:46 +02:00
Hendrik Kleinwaechter
be7188c42e Typo and fix chart 2022-06-24 17:56:19 +02:00
Hendrik Kleinwaechter
cfef497ab0 How to make a sourdough starter (#10)
* Making a starter WIP

* Improve texts

* Storage part

* Change intro

* Add conclusions

* Add images

* Add sources

* Fix space

* Complete chapter
2022-06-23 21:17:10 +02:00