Commit Graph

7 Commits

Author SHA1 Message Date
Hendrik Kleinwaechter
e0d5422041 Export figures feature (#70)
This adds a `make export_figures` command which exports all the flow
charts into nicely looking pngs. The command requires that you have
docker running locally.
2023-03-30 15:09:56 +02:00
Hendrik Kleinwaechter
43391f1369 Improvements grammar/spelling sourdough works (#63)
* improve clean

* Grammar improvements
2023-03-24 09:56:19 +01:00
Hendrik Kleinwaechter
201d0872e6 Adjust image names 2023-03-02 16:34:50 -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
8617acc687 Release book to S3 (#38)
This will automatically release the book to S3 after merging pull
requests
2023-01-12 15:49:47 +01:00
Hendrik Kleinwaechter
7ef372c98f Update makefile 2022-12-28 12:03:39 +01:00
Robert Schadek
0485e0c490 A tiny makefile (#22)
the makefile has three targets

* all, which does the complete build
* fast, which only runs pdflatex once
* clean, that removes files generated by the makefile
2022-12-16 14:12:47 +01:00