mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-11 13:41:12 -06:00
* Replace image with coded flowchart * Fix flat bread process * Remove flat bread process image * Maintenance chart fix * Fix baking process * Remove conversion graphic
34 lines
1.0 KiB
TeX
34 lines
1.0 KiB
TeX
This book would not have been possible without your help.
|
|
|
|
With all your donations I have been able to focus on finishing
|
|
this book. Your continous support allows me to focus
|
|
on improving this book even more.
|
|
|
|
Furthermore many of you have contributed and improved the
|
|
instructions, fixed spelling mistakes and/or provided
|
|
feedback on the content. Each of you has made this book
|
|
better.
|
|
|
|
By providing this book free of charge,
|
|
we can enable more people around the world to bake delicious sourdough
|
|
bread at home.
|
|
|
|
Thank you very much for your support!\\
|
|
|
|
\begin{filecontents}{supporters.csv}
|
|
\end{filecontents}
|
|
|
|
{Big shout-out to all the initial supporters who helped launching this project:}
|
|
|
|
\pgfplotstableset{
|
|
begin table=\begin{longtable},
|
|
end table=\end{longtable},
|
|
}
|
|
|
|
\pgfplotstabletypeset[col sep=comma,
|
|
header=true,
|
|
columns={Name},
|
|
columns/Name/.style={column type=l,string type},
|
|
every head row/.style={before row=\toprule, after row=\midrule\endhead},
|
|
every last row/.style={after row=\bottomrule}
|
|
]{supporters.csv} |