Names might have made sense at some point... but not so sure anymore
build_pdf => pdf
build_booklet => booklet
build_serif_pdf => serif
build_sans_serif_pdf => sans_serif
build_ebook => ebook
build_bw_ebook => bw_ebook
build_low_res_ebook => low_res_ebook
Old names kept not to break backward compatibility
This temporarily removes the parallel option from make to ensure that we
can release the booklet. I am not sure why it causes an issue. Baking
the book without it causes no problem.
* Initial support for building a booklet
This is really WIP but add support in the makefile for building another
book from the same source.
As the target name suggests, it will be a TL;DR version of the
framework.
* Extract recipes in their own tex file (flat bread)
In order to reuse recipes in the booklet, we need to extract them in
their own tex file sourced by both.
* Add clean and quick targets for booklet
* Initial version of the booklet
Very very WIP, ugly as but need to start somewhere.
* Update the booklet
- Add pics
- Change layout
* Update makefile for booklet
- Add help target
- Follow naming conventions for target
* Remove non-wheat Bread
* Pack the picture together and fix captions
Takes less place, looks better, only good things...
* Remove labels
* Reorder figs and pics more logically
* Fix the fill-yourself baker math table
Much nicer and add rooms for comments
* Center pics and flowcharts and fix indentation
* Add booklet to all target
It will also be part of the release
* Reduce dependencies for booklet
not perfect but better, will avoid rebuild every tiem we work on the
text itself :)
* Add the booklet to the README
* Add docker entry, fix typo
* Add making sourdough starter
---------
Co-authored-by: Hendrik Kleinwaechter <hendrik.kleinwaechter@gmail.com>
* Build for both amd64 and arm64
* Moving line to retrigger Actions check
* Removal of the `platform` flag—let system choose
* Indicate to apt-get that there is no frontend
* Fix issue of book not building
* add dependencies
* fix
* test make4ht
* fix cmd
* Use own docker image
* Add label
* fix urls
* Add validate command
* build non mac version
* tmp run
* use smaller tex version
* build full
The README says `make release` should build the ebooks, but it's
building the PDF (same command as in `make build_book`). Maybe this
should run `make release` inside the books folder?