From 2d01ba9fbe65f6614c49376eca6d14968d2a04d3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 31 Dec 2011 22:32:11 +0000 Subject: xcookybooky (31dec11) git-svn-id: svn://tug.org/texlive/trunk@24988 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/xcookybooky/example/example.pdf | Bin 0 -> 331924 bytes .../doc/latex/xcookybooky/example/example.tex | 167 +++++++++++++++++++++ .../latex/xcookybooky/example/pic/background.pdf | Bin 0 -> 88626 bytes .../doc/latex/xcookybooky/example/pic/glass.jpg | Bin 0 -> 23763 bytes .../latex/xcookybooky/example/pic/ingredients.jpg | Bin 0 -> 26418 bytes 5 files changed, 167 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/xcookybooky/example/example.pdf create mode 100644 Master/texmf-dist/doc/latex/xcookybooky/example/example.tex create mode 100644 Master/texmf-dist/doc/latex/xcookybooky/example/pic/background.pdf create mode 100644 Master/texmf-dist/doc/latex/xcookybooky/example/pic/glass.jpg create mode 100644 Master/texmf-dist/doc/latex/xcookybooky/example/pic/ingredients.jpg (limited to 'Master/texmf-dist/doc/latex/xcookybooky/example') diff --git a/Master/texmf-dist/doc/latex/xcookybooky/example/example.pdf b/Master/texmf-dist/doc/latex/xcookybooky/example/example.pdf new file mode 100644 index 00000000000..89a5b9d74b0 Binary files /dev/null and b/Master/texmf-dist/doc/latex/xcookybooky/example/example.pdf differ diff --git a/Master/texmf-dist/doc/latex/xcookybooky/example/example.tex b/Master/texmf-dist/doc/latex/xcookybooky/example/example.tex new file mode 100644 index 00000000000..c6db5b02b37 --- /dev/null +++ b/Master/texmf-dist/doc/latex/xcookybooky/example/example.tex @@ -0,0 +1,167 @@ +\documentclass[% +a4paper, +%twoside, +11pt +]{article} + +% encoding, font, language +\usepackage[T1]{fontenc} +\usepackage[latin1]{inputenc} +\usepackage{lmodern} +\usepackage[ngerman, english]{babel} + +\usepackage{nicefrac} + +\usepackage{xcookybooky} + +\definecolor{mygreen}{rgb}{0,.5,0} +\DeclareRobustCommand{\textcelcius}{\ensuremath{^{\circ}\mathrm{C}}} + +\setRecipeColors +{% + recipename = mygreen, + ing = blue, + inghead = blue, + prep, + prephead, + hint, + hinthead, +} + +\setcounter{secnumdepth}{1} +\renewcommand*{\recipesection}[2][] +{% + \subsection[#1]{#2} +} + + +%%%%%%%%%% +% hyperref +\usepackage{hyperref} % must be the last package +\hypersetup{% + pdfauthor = {Your name}, + pdftitle = {Recipes}, + pdfsubject = {Recipes}, + pdfkeywords = {recipes}, + pdfstartview = {FitV}, + pdfview = {FitH}, + pdfpagemode = {UseNone}, % Options; UseNone, UseOutlines + bookmarksopen = {true}, + pdfpagetransition = {Glitter}, + colorlinks = {true}, + linkcolor = {black}, + urlcolor = {black} + citecolor = {black}, + filecolor = {black}, +} +% hyperref +%%%%%%%%%% + + + +\begin{document} + +\title{Your Recipes} +\author{Your Name} +\maketitle + +\tableofcontents + +\vspace{9em} + +\section{Recipes} +The following recipe is an example for the usage of the \texttt{xcookybooky} package. The copyright of the pictures is owned by Roman Gaus. + +\newpage + +% background graphic +\setBackgroundPicture[x, y=-2cm, width=\paperwidth-4cm, height, orientation = pagecenter] +{pic/background} + +\begin{recipe} +[ % + preparationtime = {\unit[1]{h}}, + bakingtime, + bakingtemperature, + portion = {\portion{5}}, + calory, + source = R. Gaus +] +{Mousse au Chocolat} + + \graph + {% pictures + small=pic/glass, % small picture + big=pic/ingredients % big picture + } + + \ingredients + {% + 2 Tafeln & dunkle Schokolade\\ + & (über \unit[70]{\%})\\ + 3 & Eier\\ + \unit[200]{ml} & Sahne\\ + \unit[40]{g} & Zucker\\ + \unit[50]{g} & Butter + } + + \preparation + {% + \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 + {% + Der Schokoladenanteil kann auch gesenkt werden. + } + +\end{recipe} + +\newpage % if you separate your recipes into single files this command is not necessary + + +\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=Stufe 2}}, + portion = {\portion{5-6}}, + calory={\unit[3]{kJ}}, + source = somebody +] +{Test Recipe} + + \graph + {% pictures + small=pic/glass, % small picture + big=pic/ingredients % big picture + } + + \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 recipe is intended to show you more display options. + \step Test, Test, Test, Test, Test, Test, Test, Test, Test, Test, Test, Test + \step Another Test, Test, Test, Test. And once again Test, Test, Test, Test + \step You maybe don't need a hint + } + + + +\end{recipe} + + + +\end{document} \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/xcookybooky/example/pic/background.pdf b/Master/texmf-dist/doc/latex/xcookybooky/example/pic/background.pdf new file mode 100644 index 00000000000..635996f2595 Binary files /dev/null and b/Master/texmf-dist/doc/latex/xcookybooky/example/pic/background.pdf differ diff --git a/Master/texmf-dist/doc/latex/xcookybooky/example/pic/glass.jpg b/Master/texmf-dist/doc/latex/xcookybooky/example/pic/glass.jpg new file mode 100644 index 00000000000..427884c4a3c Binary files /dev/null and b/Master/texmf-dist/doc/latex/xcookybooky/example/pic/glass.jpg differ diff --git a/Master/texmf-dist/doc/latex/xcookybooky/example/pic/ingredients.jpg b/Master/texmf-dist/doc/latex/xcookybooky/example/pic/ingredients.jpg new file mode 100644 index 00000000000..c54b0b0873a Binary files /dev/null and b/Master/texmf-dist/doc/latex/xcookybooky/example/pic/ingredients.jpg differ -- cgit v1.2.3