mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-12-03 00:03:58 -06:00
* edit acknowledgements * finish edits to section 2.1 * finished editing amylase section * fix italics * began editing the protease section * finished editing protease section * edited the improving enzymatic activity chapter * started editing yeast section * continue to edit yeast section * finished eidts to the yeast section * final edits to the how sourdough works chapter
23 lines
792 B
TeX
23 lines
792 B
TeX
This book would not have been possible without the help of the community.
|
|
Because of the donations received, I have been able to take time off from
|
|
my job and from YouTube to write it. By providing this information free
|
|
of charge, we can help more people around the world bake delicious sourdough
|
|
bread at home. Thank you very much!\\
|
|
|
|
\begin{filecontents}{supporters.csv}
|
|
\end{filecontents}
|
|
|
|
{\large All supporters, sorted by name:}
|
|
|
|
\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} |