Ced
67adc3b54f
Fix typo in makefile
...
recipes were not added as dependencies
2024-05-30 09:38:53 +01:00
Ced
e5bea976cd
Reapply "Remove parallel option from make ( #368 )"
...
Fair enough it breaks on CI... does work on my machine though :(
not sure what is going on.
This reverts commit ee5e47de63 .
2024-05-29 17:20:00 +01:00
Ced
ee5e47de63
Revert "Remove parallel option from make ( #368 )"
...
This reverts commit 3d16d58817 .
There is no reason for parallel build to fail
2024-05-29 17:07:35 +01:00
Ced
94c775d511
Add missing .PHONY in upper makefile
2024-05-29 17:07:35 +01:00
Ced
11ff3ca043
Remove debug frames on the booklet
2024-05-29 16:47:58 +01:00
cedounet
0c67489980
Merge pull request #369 from hendricius/booklet_fixes
...
Booklet fixes
2024-05-29 16:40:48 +01:00
Ced
17bc88615f
Fix typo in DIY baker math table
2024-05-29 09:59:47 +01:00
Ced
ebdf0ad3fc
Fix booklet dependencies in makefile
2024-05-29 09:59:03 +01:00
Hendrik Kleinwaechter
37d7ec12a8
Add more pH Meter details ( #367 )
...
See issue #332 for details
2024-05-29 09:03:20 +02:00
Hendrik Kleinwaechter
a0bff5442f
Adds a new image for aristic scoring ( #366 )
...
New image provided by Nancy. Looks a bit more fancy.
2024-05-29 09:02:34 +02:00
Hendrik Kleinwaechter
3d16d58817
Remove parallel option from make ( #368 )
...
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.
2024-05-29 09:02:23 +02:00
cedounet
24a9f5c31e
Booklet ( #362 )
...
* 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 >
2024-05-29 07:49:53 +02:00
cedounet
5ba0b99b4e
Remove centering for floats ( #364 )
...
This was a bad idea...:
https://tex.stackexchange.com/questions/2651/should-i-use-center-or-centering-for-figures-and-tables
floatrows not sure how it should work with flowcharts... so we use
centring
I don't want to redefine all floats either as we use them for chapters
title page.
2024-05-27 09:55:36 +02:00
cedounet
d371b11686
Merge pull request #363 from hendricius/add_path
...
Show PATH when using show_tools_version
2024-05-26 12:43:31 +01:00
Ced
99cf6db279
Show PATH when using show_tools_version
2024-05-26 01:05:12 +01:00
Hendrik Kleinwaechter
66ae206cdc
Link header image to homepage
2024-05-04 02:19:08 +02:00
Hendrik Kleinwaechter
7d48364d80
Fix confusing flow chart ( #354 )
...
First flow chart is about creating a starter - the other one about
maintenance. The suggested approach is slightly different. This makes it
clear that one flow chart is about creating a starter.
2024-05-03 23:37:53 +02:00
Hendrik Kleinwaechter
2d0e0b2d73
Fix flowchart border on website ( #355 )
...
This fixes #345
2024-05-03 23:37:42 +02:00
Hendrik Kleinwaechter
52a35bb61d
Clarify stiff starter quantity ( #356 )
...
This clarifies how much stiff starter to use
See #348
2024-05-03 23:37:26 +02:00
Hendrik Kleinwaechter
e4bd4632c5
Fix wrong image name in release workflow
2024-04-29 07:11:53 +02:00
cedounet
10f75272c5
Merge pull request #341 from hendricius/supporters
...
Update supporters file
2024-04-28 18:02:33 +01:00
Ced
f3adfc2bd0
Merge remote-tracking branch 'upstream/main' into supporters
2024-04-28 17:52:56 +01:00
Hendrik Kleinwaechter
d1b0bbead1
Simplify build process ( #352 )
...
Related to #349 . This only builds the docker image on push to main. For
pull requests and pushes the whole build is tested.
2024-04-28 10:51:41 +02:00
Cedric
76c0ba4ada
Update supporters file
...
As per the printed book. Mostly done as an exercise to see how hard it
was to copy paste.
2024-04-27 17:53:08 +01:00
cedounet
2f385a82b7
Merge pull request #350 from hendricius/bw-book-mrpoper
...
Delete BW-book-epub directory in mrproper
2024-04-21 22:01:57 +01:00
Ced
84d7b38ba5
Delete BW-book-epub directory in mrproper
...
Also made clean target handle both
2024-04-21 21:24:02 +01:00
Hendrik Kleinwaechter
321179e6ce
Fix some links on bibliography
...
https:/www was part of some of the links for some reason.
2024-04-11 16:16:11 +02:00
Hendrik Kleinwaechter
49d93f7573
Change docker build process ( #346 )
...
Uses latest image by default. For releasing the book and website a new
image is built and stored as "latest".
2024-04-11 16:03:16 +02:00
Hendrik Kleinwaechter
bf4456ca80
Installs make4ht from source ( #347 )
...
* Installs make4ht from source
* Fix dir
2024-04-11 16:02:59 +02:00
Hendrik Kleinwaechter
b4ee25dd39
Fix wrong preview image + add for mixins
2024-04-01 13:39:08 +02:00
Hendrik Kleinwaechter
e952c48e5d
Provide images with some padding
2024-04-01 10:55:55 +02:00
Hendrik Kleinwaechter
2fcd9fc5bd
Website Redesign ( #344 )
...
* Desktop version
* Mobile adjustments
2024-03-31 13:39:42 +02:00
Anthony Atkinson
4665d88241
Make audax happy, add anchors to glossary terms ( #343 )
...
* Add .DS_Store to ignore for Mac users
* Permalinks to glossary terms
2024-03-20 09:37:18 +01:00
Kevin Dungs
a3e94d26d6
Prevent reference from bleeding into the margin.
...
Because the namedref to the "Wheat sourdough" chapter is not broken up
on space by LaTeX, it bleeds into the margin.
Also: fix quotation marks and capitalization of "chapter".
2024-01-30 21:03:43 +00:00
Cedric
12afca6918
Merge remote-tracking branch 'hendiricus/main'
2024-01-30 20:54:55 +00:00
Kevin Dungs
a037ae43f2
Fix tiny typo in bread types. ( #339 )
2024-01-29 09:43:50 +01:00
cedounet
f8f2b80be4
Merge pull request #338 from hendricius/fix-ebook-flowchart-overflow
...
Force flowchart width to 100% Manx and makefile to track css files
2024-01-19 20:12:14 +00:00
Ced
617901cc81
Add css files as dependency in makefile
...
They were not tracked. Also reorganised a little bit to decouple pdf
from ebook.
2024-01-19 14:06:01 +00:00
Cedric
fa714906a7
Force flowchart width to 100%
...
For all floats actually...
2024-01-19 09:38:39 +00:00
Hendrik Kleinwaechter
9fa7a768ea
Fix https:/ links without www. Uses a regex now
2024-01-19 09:09:24 +01:00
cedounet
f2861e95e4
Typos ( #336 )
...
* Remove caps in Finger poke test
* Make sure empahasis work in receipe
---------
Co-authored-by: Cedric <ced@awase.ostal >
2024-01-18 19:50:40 +01:00
Cedric
93ee46b5ca
Make sure empahasis work in receipe
2024-01-14 21:08:26 +00:00
Cedric
d1240f884b
Remove caps in Finger poke test
2024-01-14 20:48:35 +00:00
Hendrik Kleinwaechter
2eded7f10a
Fixed kneading soft milk breads
2024-01-11 12:00:03 +01:00
Hendrik Kleinwaechter
39212f7318
Add finger poke test
2024-01-11 00:01:38 +01:00
Hendrik Kleinwaechter
15e008240f
Fix room temp proofing
2024-01-10 20:28:56 +01:00
Hendrik Kleinwaechter
2e25850994
Fix cold proofing spelling
...
Not cold proofing but cold-proofing
2024-01-10 17:20:19 +01:00
Hendrik Kleinwaechter
5eea8b8bf8
Text improvements
...
Adds some text improvements from the book review.
2024-01-10 14:04:59 +01:00
Hendrik Kleinwaechter
8e604075ae
Remove foreword ( #324 )
...
* Remove foreword
It's empty and does not provide any value unless we actually manage to
have a decent foreword. So this removes it for now.
* Remove foreword everywhere
---------
Co-authored-by: Ced <ced@sdf.org >
2024-01-09 21:30:45 +01:00
Hendrik Kleinwaechter
c8810f96f7
Fix duplicate
2024-01-09 20:50:36 +01:00