diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8340a04 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*.aux +*.fdb_latexmk +*.fls +*.log +*.synctex.gz +*.toc +*.pdf diff --git a/book/.gitignore b/book/.gitignore deleted file mode 100644 index 598189b..0000000 --- a/book/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -book.aux -book.fdb_latexmk -book.fls -book.log -book.synctex.gz -book.toc diff --git a/book/book.pdf b/book/book.pdf index 14fc694..1089d89 100644 Binary files a/book/book.pdf and b/book/book.pdf differ diff --git a/book/book.tex b/book/book.tex index df64a1c..9fb1ec3 100644 --- a/book/book.tex +++ b/book/book.tex @@ -1,8 +1,15 @@ \documentclass[a4paper, 12pt]{book} + \usepackage[utf8]{inputenc} \usepackage{blindtext} - \usepackage{graphicx} +\usepackage{pgfplotstable} +\usepackage{booktabs} +\usepackage{filecontents} +\usepackage{longtable} +\usepackage[T1]{fontenc} + + \graphicspath{ {./images/} } @@ -26,23 +33,13 @@ \tableofcontents \chapter{Foreword} - -Still need someone to write a foreword +\input{intro/foreword} \chapter{Preface} - -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. - +\input{intro/preface} \chapter{Acknowledgements} - -This book would not have been possible without the help of the community. +\input{intro/acknowledgements} \mainmatter diff --git a/book/intro/acknowledgements.tex b/book/intro/acknowledgements.tex new file mode 100644 index 0000000..b29761e --- /dev/null +++ b/book/intro/acknowledgements.tex @@ -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} \ No newline at end of file diff --git a/book/intro/foreword.tex b/book/intro/foreword.tex new file mode 100644 index 0000000..718c6e3 --- /dev/null +++ b/book/intro/foreword.tex @@ -0,0 +1 @@ +Still need someone to write a foreword \ No newline at end of file diff --git a/book/intro/preface.tex b/book/intro/preface.tex new file mode 100644 index 0000000..3cb1c1c --- /dev/null +++ b/book/intro/preface.tex @@ -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. diff --git a/book/supporters.csv b/book/supporters.csv new file mode 100644 index 0000000..ba059e1 --- /dev/null +++ b/book/supporters.csv @@ -0,0 +1,128 @@ +Name +Abu +Adam +Alicia +Andreas Schmid +Anna G. +anonnn +aomanor +Aurore +Beatriz +Bee +BigWullie +Blixikan +Blusie +Brigitta +Brockman +BTSkete +C Fazio +Cal Kotz +Case +Charlene Adkins +Chris DuBosq +Chris G +Christiane B +Christine +Chrysanna +Colleen Guidone +Danieel +Daniel +David +Dee +Desiree S +DKitSeattle +dlenkes +douglas.penna +DRey +Duivelsjong +Ellie +Ethan +Francois le Danois +Geoff +Guillermo +HansAndreManfredsson +Heather Currier +Hito +IlseFA +Inma McLeish +Jackie +Jan Chrillesen +Jane +Jenny +Jessicat +JimJo +John E Bergman +Jonathan +JorisBelmans +Jose Lausuch +Judith Roth +Julian +Justin Dybedahl +JZ +Kankiti +Kathy Goldstein +kathy word +Ken Miller +Kirill Sivy +Kuchengnom +Leon +Lili1232000 +Lise W +Lizabeth Kelly +lou +Lukasz G +Manse +Marcel +Mariana Marianito +Marie +Marijke +Mark +Martin +Medea +Meghann +Melissa +Michaela +MichaelaGáliková +mieke +Mimi +moj shar +MonicaKS +Nancy Anne Martin +Nancy Keary +Nick +nirpf +Pascal H +Paula Jean McKenney Valadez +Pauline Roberts(Capyboppy) +Pitdepitis +Rachelle and Omar +RaptorRich +Rich +RiztheBread +RoijalBaker +Rori +Sander +Sandy +Sarah +Scooter +Scott Mattson +SebastianKlocke +Sharon Eicher +ShelleyMierle +SheriK +Spencer +strambinha +Sue +Sue +Sune +Susan +Sven +tbonewilly +Thales Mello +TheRealBruce +Usliv +Vassil Dichev +Vladimir Smirnov +Voicu +Zika +Zoltan \ No newline at end of file