| Hosted by CoCalc | Download
1
\documentclass{article}
2
3
% set font encoding for PDFLaTeX
4
\usepackage[T1]{fontenc}
5
\usepackage[utf8]{inputenc}
6
\usepackage{lmodern}
7
8
\usepackage[number]{cuisine}
9
\usepackage{url}
10
\usepackage{color}
11
12
\begin{document}
13
14
15
\RecipeWidths{.9\textwidth}{3cm}{0.5cm}{1.75cm}{.75cm}{.75cm}
16
\begin{recipe}{Vegan Zucchini Parmesan}{12 portions}{45 minutes}
17
\freeform{Nutritional yeast takes the place of parmesan cheese in this vegan recipe.}
18
\freeform{\textcolor{red}{1.3 SP per 1 cup serving}}
19
\Ingredient{1 medium sweet white onion}
20
Chop and set aside.
21
\Ingredient{2 large poblano peppers}
22
Chop and set aside.
23
\Ingredient{1 cup chopped mushrooms}
24
Chop and set aside.
25
\Ingredient{4 tsp grapeseed or olive oil \textcolor{red}{5 SP}}
26
Heat oil in a large pot. I use a 6-qt multicooker set to "brown". When oil is hot, add onion, then peppers, then mushrooms, while stirring continually. Brown for 5 minutes or so.
27
\Ingredient{6 cups (1\fr12 lb) zucchini}
28
Peel (optional) and slice zucchini and add. Continue browning for another couple minutes. Reduce heat to simmer. Stir in the remaining ingredients.
29
\Ingredient{2 large tomatoes}
30
Chop and add.
31
\Ingredient{24 oz jar of pasta sauce \textcolor{red}{9 SP}}
32
Look for a brand with 200 mg or less of sodium and 60 calories or less per \fr12-cup serving.
33
\Ingredient{3 Tbsp nutritional yeast \textcolor{red}{2 SP}}
34
\newstep
35
\Ingredient{1 to 2 cups water}
36
Add enough water to bring liquid level to top of vegetables. Cook at slow-cook setting for 30 minutes. Then simmer for another 30 minutes or more.
37
\end{recipe}
38
39
\section*{Variations}
40
41
\begin{itemize}
42
\item{Mushrooms may be white, baby portobellos, or shiitake.}
43
\item{Jalapeño peppers for poblano.}
44
\item{Eggplant or patty pan squash for zucchini.}
45
46
\item{Other ways to typeset recipes with \LaTeX{}: \\
47
\url{https://tex.stackexchange.com/questions/20549/a-cookbook-in-latex}}
48
49
\end{itemize}
50
\end{document}
51
52