mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-13 22:51:12 -06:00
Add supporters to book
This commit is contained in:
21
book/intro/acknowledgements.tex
Normal file
21
book/intro/acknowledgements.tex
Normal file
@@ -0,0 +1,21 @@
|
||||
This book would not have been possible without the help of the community. Thank you very much for all the support. \\ \\
|
||||
|
||||
|
||||
\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}, % display specified columns
|
||||
columns/Name/.style={column type=l,string type},
|
||||
% requires booktabs to place horiz rules
|
||||
every head row/.style={before row=\toprule, after row=\midrule\endhead},
|
||||
every last row/.style={after row=\bottomrule}
|
||||
]{supporters.csv}
|
||||
1
book/intro/foreword.tex
Normal file
1
book/intro/foreword.tex
Normal file
@@ -0,0 +1 @@
|
||||
Still need someone to write a foreword
|
||||
7
book/intro/preface.tex
Normal file
7
book/intro/preface.tex
Normal file
@@ -0,0 +1,7 @@
|
||||
If there is the one food from Germany it is probably bread. There are thousands
|
||||
of different varieties of bread in Germany. Making bread has been an integral part
|
||||
of our culture. Beginning my studies in Göttingen for the first time I was faced
|
||||
with buying bread on my own. In Germany that is no easy task
|
||||
as the varieties of bread are endless. I started to check the packaging
|
||||
of different bread types and noticed how there were surprisingly
|
||||
many ingredients in most of the breads found in a common supermarket.
|
||||
Reference in New Issue
Block a user