Spun the file out for inclusion basically... we want to be able to use
\eg in flowcharts even when built standalone.
Fixed dependencies in makefile as well
* epub - use the lower resolution colour as release epub
* Add in check for epub size, will fail if too big (>50MB)
* added folders ebook and website build folders to .gitignore
Things changed over time, with new versions of the tools and this was
not kept consistent.
also use -rm without space like in the manual... makes no difference but
both styles were used.
This is a new feature of Tex4ht and prevents dumping all files in
current directory, much cleaner..
This also allows to build the ebook and website in parallel.
As a consequence website is not built with make bake.
* 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>
This is only useful when debugging so makes sense not to wait for the
entire compilation.
so support for epub though would require to change the config file with
Make:htlatex { latex_par="-halt-on-error"}
Accumulated some debts through panic debug as CI was broken... Nothing
dramatic but could do with a bit of cleanup.
Simplify dependency graph, might also make the whole thing faster when
run in parallel