summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-09 16:31:52 +0000
committerKarl Berry <karl@freefriends.org>2008-09-09 16:31:52 +0000
commita253f34adc2df164384bd0c82045e2b4addc5f4b (patch)
treee639b929cff98520ba250beae563e86506530a4a /Master/texmf-dist/doc
parentf1bf9d8690e3726e140dd466760a96ff58f4a3f6 (diff)
missed old package recipe (cfrees, 8 Sep 2008 03:12:14)
git-svn-id: svn://tug.org/texlive/trunk@10518 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/recipe/README20
-rw-r--r--Master/texmf-dist/doc/latex/recipe/sample.pdfbin0 -> 33540 bytes
-rw-r--r--Master/texmf-dist/doc/latex/recipe/sample.tex59
3 files changed, 79 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/recipe/README b/Master/texmf-dist/doc/latex/recipe/README
new file mode 100644
index 00000000000..c3fbb57141f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/recipe/README
@@ -0,0 +1,20 @@
+The file "recipe.cls" is a LaTeX-2e class file to typeset recipes;
+an example is included, in form of an input file "sample.tex" and
+of the final PostScript file "sample.ps". I am sorry, but the
+example is in Italian; but, what the general user may be interested
+in, is the page layout and not real recipes :-) .
+
+The PostScript file requires Bookman (in the printer, or in
+GhostScript) and BrushScript-Italic (included as a .pfa font in
+sample.ps); this last font, that I have contributed a few years
+ago, is available on CTANs in /tex-archive/fonts/brushscr with
+all its .tfm, .fd and .vf files.
+
+All of these files are public domain; but the author will gladly
+receive comments and all your modifications.
+
+Maurizio Loreti
+Department of Physics, University of Padova
+Via F. Marzolo 8 - 35131 PADOVA - Italy
+FAX ++39 (49) 827-7102
+EMail loreti@padova.infn.it
diff --git a/Master/texmf-dist/doc/latex/recipe/sample.pdf b/Master/texmf-dist/doc/latex/recipe/sample.pdf
new file mode 100644
index 00000000000..8eb87e3c122
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/recipe/sample.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/recipe/sample.tex b/Master/texmf-dist/doc/latex/recipe/sample.tex
new file mode 100644
index 00000000000..8103bbf84a4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/recipe/sample.tex
@@ -0,0 +1,59 @@
+\documentclass[a4paper]{recipe}
+\usepackage[T1]{fontenc}
+\usepackage[italian]{babel}
+\usepackage{bookman}
+
+\newcommand{\bsi}[2]{%
+ \fontencoding{T1}\fontfamily{pbs}\fontseries{xl}\fontshape{n}%
+ \fontsize{#1}{#2}\selectfont}
+
+\renewcommand{\inghead}{\textbf{Ingredienti (per 4 persone)}:\ }
+\renewcommand{\rechead}{\centering\bsi{24pt}{30pt}}
+
+\makeatletter
+\renewcommand*\l@subsubsection{\@dottedtocline{3}{3em}{0em}}
+\makeatother
+
+\setlength\parindent{0pt}
+\setlength\parskip{2ex plus 0.5ex}
+
+\begin{document}
+\chapter{Primi piatti}
+\recipe{Spaghetti alla carbonara}
+\ingred{spaghetti, 400 gr.;
+ pancetta coppata, 300 gr.;
+ 4 rossi d'uovo;
+ panna fresca, 200 gr.;
+ pepe, burro, parmigiano, pecorino.}
+
+In una zuppiera mescolate bene i 4 rossi d'uovo alla
+panna, al parmigiano ed al pecorino (grosso modo in
+uguale quantit\`a, aggiustando le proporzioni a seconda
+del gusto) e ad abbondante pepe.
+
+Fate rosolare la pancetta coppata tagliata a pezzetti
+in poco burro; e, quando si sar\`a freddata, unitela
+al resto degli ingredienti.
+
+Cuocete la pasta al dente, scolatela, mettetela nella
+zuppiera e mescolate bene.
+
+\recipe{Farfalle al gorgonzola}
+\ingred{farfalle, 400 gr.;
+ gorgonzola, 150 gr.;
+ parmigiano grattugiato, 100 gr.;
+ panna fresca, 200 gr.;
+ pepe, burro, prezzemolo.}
+
+In una padella fate sciogliere il burro ed unite la
+panna; quando sar\`a calda aggiungete il gorgonzola
+ed il parmigiano, che farete sciogliere a fuoco basso
+mescolando continuamente.
+Aggiungete infine il pepe ed il prezzemolo tritato;
+se il sugo fosse troppo denso allungatelo con un poco
+di latte.
+
+Cuocete la pasta al dente, scolatela, mettetela nella
+padella con il condimento e mescolate bene.
+\tableofcontents
+\end{document}