mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-24 03:51:11 -06:00
* Update acknowledgements * update foreword * Preface This adds the preface chapter. * Clean up
24 lines
812 B
TeX
24 lines
812 B
TeX
This book would not have been possible without the help of the community.
|
|
All the donations have made it possible that I was able to take
|
|
some time off from my job and YouTube to write this free book.
|
|
By providing this information free to everyone we can
|
|
enable more people around the world to 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} |