summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/xcookybooky/example/tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/xcookybooky/example/tex')
-rw-r--r--macros/latex/contrib/xcookybooky/example/tex/Complete_Recipe.tex54
-rw-r--r--macros/latex/contrib/xcookybooky/example/tex/Mousse_au_Chocolat.tex53
2 files changed, 107 insertions, 0 deletions
diff --git a/macros/latex/contrib/xcookybooky/example/tex/Complete_Recipe.tex b/macros/latex/contrib/xcookybooky/example/tex/Complete_Recipe.tex
new file mode 100644
index 0000000000..195b27d1be
--- /dev/null
+++ b/macros/latex/contrib/xcookybooky/example/tex/Complete_Recipe.tex
@@ -0,0 +1,54 @@
+% Complete recipe example
+\begin{recipe}
+[%
+ preparationtime = {\unit[1]{h}},
+ bakingtime={\unit[1]{h}},
+ bakingtemperature={\protect\bakingtemperature{
+ fanoven=\unit[230]{\textcelcius},
+ topbottomheat=\unit[195]{°C},
+ topheat=\unit[195]{°C},
+ gasstove=Level 2}},
+ portion = {\portion{5-6}},
+ calory={\unit[3]{kJ}},
+ source = {Somebody you used know}
+]
+{Test Recipe}
+
+ \graph
+ {% pictures
+ small=pic/glass, % small picture
+ big=pic/ingredients % big picture
+ }
+
+ \introduction{%
+ \blindtext
+ }
+
+ \ingredients{%
+ 2 bar & Dark Chocolate (above \unit[70]{\%})\\
+ 3 & Eggs\\
+ \unit[200]{ml} & Cream\\
+ 40 g & Sugar\\
+ 50 g & Butter
+ }
+
+ \preparation{%
+ \step \blindtext
+ \step \blindtext
+ \step \blindtext
+ }
+
+ \suggestion[Headline]
+ {%
+ \blindtext
+ }
+
+ \suggestion{%
+ \blindtext
+ }
+
+ \hint{%
+ Enjoy typesetting recipes with {\textbf{\Large\LaTeX}} and {\textbf{\Large xcookybooky!}}
+ }
+
+\end{recipe} \ No newline at end of file
diff --git a/macros/latex/contrib/xcookybooky/example/tex/Mousse_au_Chocolat.tex b/macros/latex/contrib/xcookybooky/example/tex/Mousse_au_Chocolat.tex
new file mode 100644
index 0000000000..9feebabb1d
--- /dev/null
+++ b/macros/latex/contrib/xcookybooky/example/tex/Mousse_au_Chocolat.tex
@@ -0,0 +1,53 @@
+%% Mousse au Chocolat Example
+
+\begin{otherlanguage}{ngerman}
+
+\setHeadlines
+{% translation
+ inghead = Zutaten,
+ prephead = Zubereitung,
+ hinthead = Tipp,
+ continuationhead = Fortsetzung,
+ continuationfoot = Fortsetzung auf n\"achster Seite,
+ portionvalue = Personen,
+}
+
+\begin{recipe}
+[ % Optionale Eingaben
+ preparationtime = {\unit[1]{h}},
+ portion = \portion{5},
+ source = R. Gaus
+]
+{Mousse au Chocolat}
+
+ \graph
+ {% Bilder
+ small=pic/glass, % kleines Bild
+ big=pic/ingredients % großes (längeres) Bild
+ }
+
+ \ingredients
+ {% Zutaten
+ 2 Tafeln & dunkle Schokolade (über \unit[70]{\%})\\
+ 3 & Eier\\
+ \unit[200]{ml} & Sahne\\
+ \unit[40]{g} & Zucker\\
+ \unit[50]{g} & Butter
+ }
+
+ \preparation
+ { % Zubereitung
+ \step Eier trennen, Eiweiß und Sahne separat steif schlagen. Butter und Schokolade vorsichtig im Wasserbad schmelzen.
+ \step Eigelb in einer großen Schüssel mit \unit[2]{EL} heißem Wasser cremig schlagen, den Zucker einrühren bis die Masse hell und cremig ist.
+ \step Die geschmolzene Schokolade unterheben, anschließend sofort Eischnee und Sahne unterheben (nicht mit dem Elektro-Mixer!)
+ \step Mindestens 2 Stunden im Kühlschrank kalt stellen. Aber nicht zu kalt servieren.
+ }
+
+ \hint
+ {% Tipp
+ Der Schokoladenanteil kann auch gesenkt werden.
+ }
+
+\end{recipe}
+
+\end{otherlanguage} \ No newline at end of file