56 lines
1.5 KiB
TeX
56 lines
1.5 KiB
TeX
% Complete recipe example
|
|
\begin{recipe}
|
|
[%
|
|
preparationtime = {\unit[20]{min}},
|
|
bakingtime={\unit[30]{min}},
|
|
%bakingtemperature={\protect\bakingtemperature{
|
|
%fanoven=\unit[230]{\textcelcius},
|
|
%topbottomheat=\unit[195]{C},
|
|
%topheat=\unit[195]{C},
|
|
%gasstove=Level 2}},
|
|
portion = {\portion{4}},
|
|
%calory={\unit[3]{kJ}},
|
|
source = {\href{https://www.recipetineats.com/fluffy-coconut-rice/}{Recipe Tin Eats}}
|
|
]
|
|
{Kokosnussreis}
|
|
|
|
%\graph
|
|
%{% pictures
|
|
% small=pic/glass, % small picture
|
|
% big=pic/ingredients % big picture
|
|
%}
|
|
|
|
%\introduction{%
|
|
% \blindtext
|
|
%}
|
|
|
|
\ingredients{%
|
|
\unit[360]{g} & Jasminreis oder Basmatireis\\
|
|
\unit[400]{ml} & Kokosnussmilch\\
|
|
\unit[125]{ml} & Wasser\\
|
|
1 EL & raffinierter Zucker\\
|
|
1/2 TL & Salz\\
|
|
3 & Kaffirlimettenblätter
|
|
}
|
|
|
|
\preparation{%
|
|
\recipetarget{rec:CoconutRice}
|
|
\step Reis gründlich waschen und danach für 15~Minuten in kaltem Wasser einweichen lassen.
|
|
\step Kokosnussmilch, Wasser, Zucker, Salz und Kaffirlimettenblätter aufkochen.
|
|
\step Reis hinzufügen, einmal umrühren und Hitze sofort reduzieren. Ca.~15~Minuten köcheln lassen.
|
|
\step Vom Herd nehmen und 10~Minuten ruhen lassen.
|
|
}
|
|
|
|
%\suggestion[Beilagen]
|
|
%{
|
|
%}
|
|
%
|
|
%\suggestion{%
|
|
% \blindtext
|
|
%}
|
|
|
|
%\hint{%
|
|
% Enjoy typesetting recipes with {\textbf{\Large\LaTeX}} and {\textbf{\Large xcookybooky!}}
|
|
%}
|
|
|
|
\end{recipe} |