Commit Graph

599 Commits

Author SHA1 Message Date
Hendrik Kleinwaechter
187fc1d0fc Glossary (#258)
* Glossary

This adds a glossary with common terms to the book

* Apply ordering changes

* Add PR feedback

* Move to backmatter
2023-10-22 20:18:11 +02:00
cedounet
8492c123d4 Merge pull request #256 from hendricius/update_readme
Update Readme for recent ebooks changes
2023-10-13 11:07:56 +01:00
Ced
ddd7a28298 Update Readme for recent ebooks changes 2023-10-13 10:57:31 +01:00
cedounet
f12f2253a0 Merge pull request #254 from hendricius/fix-ci
Fix ci with Imagemagick
2023-10-13 10:36:26 +01:00
cedounet
bd143aff4e Merge pull request #255 from hendricius/storage_review
Storage review
2023-10-13 10:36:02 +01:00
Ced
fc876a7d00 Remove kindlegen
Not needed anymore now that we don't do azw3 files anymore.
2023-10-13 10:06:19 +01:00
Ced
be954493e6 Install imagemagick in Docker
To convert images in B&W or lower resolution.
2023-10-13 10:05:40 +01:00
Ced
65702e0adf Merge remote-tracking branch 'upstream/main' 2023-10-13 10:04:32 +01:00
cedounet
7c2b825cd1 Merge pull request #253 from hendricius/bw_ebook
Black and White ebook
2023-10-12 20:32:43 +01:00
Ced
b92c5de85d Fine tune store-bread table
More breathing space basically.
2023-10-12 13:38:14 +01:00
Ced
edf6b4e5c2 Merge remote-tracking branch 'upstream/main' 2023-10-11 09:38:45 +01:00
cedounet
d591617819 Review non wheat (#252)
* Tidyup non-wheat process flowchart

- Factorize code
- Spread the boxes
- Align arrows

* Review non-wheat chapter

Usual typos and text improvements plus a little LaTeX magic for better
typography
2023-10-10 17:12:58 +02:00
Ced
56ba7ad21e Review bread storage chapter 2023-10-10 15:42:45 +01:00
Ced
8efb48fa51 Add missing pic dependencies
The pictures inside sub-directories were not tracked as dependencies.
2023-10-09 18:47:41 +01:00
Ced
3e7815f3c4 Add Black and white epub to release 2023-10-09 18:26:05 +01:00
Ced
c34d635495 Simplify directory creation rules 2023-10-09 18:22:33 +01:00
Ced
9d0a43c58a Improve monochrome ebook generation in makefile
- Each picture is done independently
- Some comments
- Factor out commands
- Add the tools version
2023-10-09 17:48:03 +01:00
Ced
ffccbf8b9f Update CI as per renamed targets in makefile 2023-10-08 20:10:18 +01:00
Ced
6176d8fd7b Implement proof of concept BW ebook in makefile
Dependencies are not great but shows the idea
- Resize images
- Reduce quality
- Convert to Black and white

Result:
    57M  book.epub
    17M  bw_book.epub
2023-10-08 18:58:26 +01:00
Ced
62ee9cd9e4 Simplify and fix spelling mistakes in makefile
- Factorize PHONY targets
- Add comments
2023-10-08 18:09:52 +01:00
Ced
ecbd8aafcb Delete unused images 2023-10-08 18:09:52 +01:00
Ced
a53698de97 Rename makefile ebook targets
serif made no sense any more.  Prepare for the black_white version.
2023-10-07 17:29:58 +01:00
Ced
eabde1aba0 Review non-wheat chapter
Usual typos and text improvements plus a little LaTeX magic for better
typography
2023-10-07 13:55:17 +01:00
Ced
07f1351912 Tidyup non-wheat process flowchart
- Factorize code
- Spread the boxes
- Align arrows
2023-10-07 13:53:59 +01:00
Hendrik Kleinwaechter
b17de32914 This fixes a few images (#251)
1. I used the wrong image for the liquid starter
2. The picture of hooch is replaced with a new one
2023-10-06 23:40:22 +02:00
cedounet
6c220059a3 Merge pull request #250 from hendricius/mismatch_flowchart_figure
Fix mismatch between flowchart and figure
2023-10-04 13:55:57 +01:00
Ced
0cbedf5ca1 Fix mismatch between flowchart and figure
Hopefully the last one.
2023-10-04 10:28:59 +01:00
cedounet
72e4435019 Merge pull request #247 from nikolanedic/fix-typo
Fix typo
2023-10-04 09:22:29 +01:00
cedounet
60b6b4bc41 Merge pull request #249 from hendricius/makefile_fixes
Makefile fixes
2023-10-04 09:21:22 +01:00
cedounet
58758e5389 Merge pull request #245 from hendricius/fix-flour-table
Right align numbers in flour-types table
2023-10-04 09:20:51 +01:00
Ced
bdae960144 Add latexmk diagnostic in debug mode 2023-10-03 23:52:27 +01:00
Ced
1eb305a3fe Add shell version to the show_version_target 2023-10-03 23:51:22 +01:00
Ced
97f3a044c2 Enforce bash as shell in makefile
Was not the case on my debian machine for some reason...
2023-10-03 23:51:22 +01:00
Nikola Nedic
4e4c4e9048 Fix typo 2023-10-03 09:34:42 +02:00
Ced
4950897188 Right align numbers in flour-types table 2023-09-28 09:47:09 +01:00
cedounet
9fe88efca9 Review starter types (#238)
* Correct wording, category for starter conversion

- Now a flowchart (and a renamed label)
- More explicit wording as per
https://github.com/hendricius/the-sourdough-framework/issues/234

* Fix warnings from make check

The one I am 100% sure are mistakes

* Review starter type chapter

- Add some new sections
- fine tune tables
- some typos/new paragraphs

* Fix typos in sourdough starter types

* Simplify liquid conversion flowchart

* Simplify stiff conversion flowchart

* Fine tune liquid conversion flowchart

* Update some of the images

* Improve explanation of conversion

* Update explanation for stiff starter conversion

* Update fall note

---------

Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
2023-09-27 17:23:06 +02:00
cedounet
335c5eb86b Remove azw3 (#243)
* Remove azw3 and mobi ebook format from build

they take a lot of time and are being deprecated on main branch.

* Remove kindlegen from tools version
2023-09-27 16:13:22 +02:00
cedounet
474051f095 Flour types (#241)
* Fine tune tables in flour types chapter

* Add list of flowcharts in ebook (#240)

* Add list of flowcharts in ebook

* Mark menu as selected on list of flowcharts

---------

Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>

* Review flour types chapter

---------

Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
2023-09-27 16:12:56 +02:00
cedounet
916fab0038 Remove azw3 and mobi ebook format from build (#242)
they take a lot of time and are being deprecated on main branch.
2023-09-26 15:30:38 +02:00
cedounet
0ae310c329 Add list of flowcharts in ebook (#240)
* Add list of flowcharts in ebook

* Mark menu as selected on list of flowcharts

---------

Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
2023-09-25 20:52:27 +02: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
eda72c860c Correct wording, category for starter conversion (#235)
- Now a flowchart (and a renamed label)
- More explicit wording as per
https://github.com/hendricius/the-sourdough-framework/issues/234
2023-09-20 14:38:56 +02:00
cedounet
78628adc3c Correct LaTeX crime (#233)
* Add missing pic dependency on quick_ebook target

* Correct crime against LaTeX

Mostly proper use of LaTeX and one word changed.  Moving forward we
could have a proper recipe environment so we have also a listofrecipe
at the end in the pdf/website.
2023-09-20 14:38:27 +02:00
Ced
31b4f12ae6 Fix bug in makefile clean command 2023-09-17 14:53:36 +01:00
Ced
b18c6331e6 Merge remote-tracking branch 'upstream/main' 2023-09-15 10:40:57 +01:00
cedounet
e6cccde72a Makefile cleanup (#231)
* Add missing pic dependency on quick_ebook target

* Shorten Makefile clean rules

Less line mostly, should make it easier to read... and some wins from
not building sans-serif ebook anymore

* Simplify make help documentation

Was a bit tangled between ebook/ebook_serif/... should be clearer now.
2023-09-15 11:38:56 +02:00
Ced
cafbb11237 Merge remote-tracking branch 'upstream/main' 2023-09-15 09:33:03 +01:00
Hendrik Kleinwaechter
569e6e1624 Replace artistic scoring image
Better for the book as the image is not cropped
2023-09-15 10:31:26 +02:00
Hendrik Kleinwaechter
d72d6c65b2 Improve flatbread recipe (#230)
This creates a short section with detailed instructions on how to make a
flatbread.
2023-09-15 10:17:49 +02:00
cedounet
b403440c04 Remove sans serif ebook from makefile (#228)
* Add missing pic dependency on quick_ebook target

* Remove sans-serif ebooks from the build

* Remove sans-serif ebook from website and README

As per https://github.com/hendricius/the-sourdough-framework/issues/225
point 2.  The reader program will allow to change the font, no point
building it twice.

* Remove sans_serif mk4 file
2023-09-15 08:37:52 +02:00