| 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[nonumber]{cuisine}
9
\usepackage{url}
10
11
\title{\vspace{-2.9cm}Vegan Zucchini Parmezan}
12
\author{Hal Snyder}
13
14
\begin{document}
15
\maketitle
16
\RecipeWidths{.9\textwidth}{3cm}{0.5cm}{1.75cm}{.75cm}{.75cm}
17
\begin{recipe}{Vegan Zucchini Parmesan}{12 portions}{1 hour}
18
\freeform{Nutritional yeast takes the place of parmesan cheese in this vegan recipe.}
19
\Ingredient{4 tsp grapeseed or olive oil}
20
Heat oil in a large pot. I use a 6-qt multicooker set to "brown".
21
\Ingredient{1 medium sweet white onion}
22
Chop and add to hot oil. Stir frequently.
23
\Ingredient{2 large poblano peppers}
24
Chop the peppers and add to the hot oil. Keep stirring.
25
\Ingredient{1 cup chopped mushrooms}
26
Add mushrooms to hot ingredients and continue browning for about 5 minutes.
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}
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}
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