cedounet 35916c15f7 Add a flowchart environnement and its listof (#188)
* 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>
2023-08-24 09:30:38 +02:00
2023-07-11 09:03:07 +02:00
2023-07-11 09:03:07 +02:00
2022-01-21 21:43:14 +01:00
2023-08-15 20:46:57 +02:00

The Sourdough Framework

The sourdough framework is an open-source book dedicated to helping you to make the best possible sourdough bread at home.

The book cover

Rather than providing recipes this book intends to provide a framework that enables you to bake bread in your respective environment. Every flour, every sourdough, and every home setup is different. This makes following recipes without background information so hard and a fail-prone endeavor. This book intends to close that gap.

Background

4 years after launching the repositories the-bread-code and pizza-dough I created this project to merge the knowledge together. This project intends to go one step deeper into the workings of natural fermentation. At the same time as many scientific references as possible are provided.

A whole wheat sourdough bread

🍞 Baking the book (Docker)

make

Then you can check out the file book/book.pdf

If you want to 🍞 bake all the versions including ebook formats (.pdf, .epub, .mobi, .azw3) run:

make bake

You can check the files in the folder book/release/

🍞 Baking the book locally (LaTeX)

Make sure you have biber and latexmk installed. Refer to your system's installation instructions for LaTeX. To create the serif .pdf format, run:

cd book/
make

If you want to 🍞 bake all the versions including ebook formats (.pdf, .epub, .mobi, .azw3) run:

cd book/
make bake

You can check the files in the folder book/release/

You can get some help on building various versions with:

cd book/
make help

Compiled versions

The below versions are automatically built on every push to the main branch.

There's an additional enhanced accessibility version using a sans serif font:

Online HTML version (WIP)

Head over to https://www.the-sourdough-framework.com

To build the website make sure to have the ruby version installed specified in website/.ruby-version.

cd book/
make website

Alternatively you can build the website directly with Docker:

make website

Hardcover version

There is a hardcover version of the book available for purchase. You can read more details here.

Support

Did you find a typo, or feel the wording could be improved? Feel free to open up a pull request at any time.

I believe that the knowledge this book provides is essential to everyone. That's why I decided to open source my knowledge hoping that it will reach more people all over the world without budget constraints.

If you would like to contribute with a small donation you can do so via my ko-fi page. Your donation will tremendously help me to cover costs related to running the-bread-code. It furthermore allows me to dedicate time to continuously update and improve this book.

Description
No description provided
Readme CC-BY-SA-4.0 215 MiB
Languages
TeX 87%
Ruby 5.7%
Makefile 3.1%
CSS 2.2%
Roff 1.4%
Other 0.4%