mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-19 17:41:12 -06:00
* tmp commit * Spelling mistakes fix * Fix display * Improve text * Add kneading flowchart * Improve sentence. Thanks Any_Key * Improve chart based on feedback, add references * Cleanup + add references * use tikzpicture for charts * Replace image with chart * Add image and table * Add dough development charts * Update readme
33 lines
970 B
TeX
33 lines
970 B
TeX
This book would not have been possible without your help.
|
|
|
|
With all your donations I have been able to take time off from my job and
|
|
focus on this project.
|
|
|
|
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}
|
|
|
|
{\large Big shout-out to all the initial supporters:}
|
|
|
|
\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} |