Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

LeTeX source for spicy-lentils.pdf recipe.

Views: 223
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{hyperref}
10
\usepackage{color}
11
\usepackage{graphicx}
12
\usepackage[letterpaper, total={6in, 9in}]{geometry}
13
\usepackage{enumitem}
14
15
\begin{document}
16
\RecipeWidths{.9\textwidth}{3cm}{0.5cm}{1.75cm}{.75cm}{.75cm}
17
18
\begin{recipe}{Multi-cooker Spicy Lentils}{12 servings}{30 minutes prep}
19
\freeform{\includegraphics[width=0.6\textwidth]{spicy-lentils.jpg}}
20
\freeform{Good basic lentil side dish or main course. See below for slow-cooker version.}
21
\freeform{\textcolor{red}{0 SP per 1 cup serving, blue or purple WW plans}}
22
23
\Ingredient{1 lb dried brown lentils}Put in cooker, sort and rinse.
24
\Ingredient{4 cups low-sodium veg. broth }Add to cooker. I use a 32-oz. carton of Organic Imagine brand from Costco.
25
\Ingredient{12.5-oz can diced tomatoes}Add to cooker. You can get the Kirkland organic diced tomatoes by the carton at Costco.
26
\Ingredient{10-oz can RoTel Hot Diced Tomatoes with Habaneros}Add to cooker.
27
\Ingredient{8 oz firm tofu}Gently squeeze out excess liquid, then cut into 1/2-inch cubes and add to cooker. You can get 4-packs of 1-lb packages of House Brand firm tofu at Costco.
28
\Ingredient{1 white onion}Chop \& add.
29
\Ingredient{2-3 large carrots}Chop \& add.
30
\Ingredient{2 large stalks of celery}Chop \& add. \\Cook at high pressure for 15 minutes. Leave cooker on Warm setting for several hours for the flavor to get into the tofu.
31
\end{recipe}
32
33
\section*{Variations and Other Notes}
34
35
\begin{itemize}[topsep=8pt,itemsep=0pt,partopsep=4pt, parsep=0pt]
36
\item{Slow cooker instructions: cook on low for 6 hours or so, until the lentils are tender.}
37
\item{Add curry or chili spices for different flavor.}
38
\item{Use RoTel Diced Tomatoes \& Green Chilies (No Salt Added preferred) for less heat.}
39
\item{This recipe was formatted using the \textit{cuisine} package, which is available pre-installed on CoCalc as part of the {\LaTeX} typesetting system; documentation at \url{https://ctan.org/pkg/cuisine}.}
40
\end{itemize}
41
42
\end{document}
43
44