Skip to content

Instantly share code, notes, and snippets.

@vermiculus
Created October 26, 2013 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vermiculus/7171965 to your computer and use it in GitHub Desktop.
Save vermiculus/7171965 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{units}
\usepackage{xcookybooky}
\begin{document}
\begin{recipe}
[
preparationtime = 30 min,
bakingtime = 1 hour,
bakingtemperature = {\unit[225]{C}},
portion = 4 portions,
calory = 4 kj,
source = My neighbour Sarah
]{Currywurst}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ingredients{
2 Tafeln & dunkle Schokolade (über \unit[70]{\%})\\
3 & Eier\\
\unit[200]{ml} & Sahne\\
\unit[40]{g} & Zucker\\
\unit[50]{g} & Butter
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\preparation{
\step This is the first step for cooking a brilliant meal.
\step The second step follows...
\step and so on
\step Enjoy your meal!
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{recipe}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment