-
Notifications
You must be signed in to change notification settings - Fork 0
/
main_cookbook.tex
127 lines (101 loc) · 3.18 KB
/
main_cookbook.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
\documentclass[%
a4paper,
%twoside,
11pt
]{article}
%\listfiles
% encoding, font, language
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{lmodern}
\usepackage[ngerman, english, spanish]{babel}
\usepackage{nicefrac}
\addto\captionsenglish{% Replace "english" with the language you use
\renewcommand{\contentsname}%
{\"Ubersicht}%
}
\usepackage[
% handwritten,
nowarnings,
%myconfig
]
{xcookybooky}
\DeclareRobustCommand{\textcelcius}{\ensuremath{^{\circ}\mathrm{C}}}
\setcounter{secnumdepth}{1}
\renewcommand*{\recipesection}[2][]
{%
\subsection[#1]{#2}
}
\renewcommand{\subsectionmark}[1]
{% no implementation to display the section name instead
}
\pdfmapfile{=emerald.map}
\renewcommand{\step}
{%
\stepcounter{step}%
\lettrine
[%
lines=2,
lhang=0, % space into margin, value between 0 and 1
loversize=0.15, % enlarges the height of the capital
slope=0em,
findent=1em, % gap between capital and intended text
nindent=0em % shifts all intended lines, begining with the second line
]{\thestep}{}%
}
\usepackage{hyperref} % must be the last package
\hypersetup{%
pdfauthor = {Tim Wolf},
pdftitle = {Rezeptesammlung},
pdfsubject = {Recipes},
pdfkeywords = {example, recipes, cookbook, xcookybooky},
pdfstartview = {FitV},
pdfview = {FitH},
pdfpagemode = {UseNone}, % Options; UseNone, UseOutlines
bookmarksopen = {true},
pdfpagetransition = {Glitter},
colorlinks = {true},
linkcolor = {black},
urlcolor = {blue},
citecolor = {black},
filecolor = {black},
}
\hbadness=10000 % Ignore underfull boxes
% \makeatletter
\begin{document}
\title{Rezeptesammlung / Recetario}
\author{Tim Wolf \& Mar\'{i}a Ram\'{i}rez\\ \href{mailto:[email protected]}{[email protected]}, \href{mailto:[email protected]}{[email protected]}}
\maketitle
\cleardoublepage
%
%
\tableofcontents
%\newpage
\section{Vorspeisen / Entradas}
\cleardoublepage
\include{tex/starter/Staatenbrot}
\section{Hauptgerichte / Platos Principales}
\include{tex/main_dishes/ginger_basil_noodles}
\include{tex/main_dishes/vietnamesische_fleischbaellchen}
\include{tex/main_dishes/vegetarisches_curry}
\include{tex/main_dishes/indischer_dal}
\include{tex/main_dishes/ente_thai_kokos_curry}
\include{tex/main_dishes/arepas}
\include{tex/main_dishes/lentejas}
\include{tex/main_dishes/linsensuppe}
\include{tex/main/CurryPolloHabichuelas}
\include{tex/main/Pizza}
\include{tex/main/ZucchiniKartoffelEintopf}
\include{tex/main/PakChoi_ThaiCurry}
\include{tex/main/StroganoffChampinones}
\include{tex/main/PolloCilantro}
\section{Desserts / Postres}
\include{tex/desserts/cheescake}
\include{tex/desserts/BrowniesMilo}
\section{Saucen / Salsas}
\include{tex/saucen/chilimarmelade}
\include{tex/saucen/HonneyMustard}
\include{tex/saucen/Caesar}
\include{tex/saucen/BalsamicDijon}
\include{tex/saucen/ZestyRanch}
\end{document}