Firecracker Meatballs addded
This commit is contained in:
11
main.tex
11
main.tex
@@ -3,7 +3,7 @@
|
||||
\renewcommand*\familydefault{\sfdefault} % Force the sans-serif version of any font used
|
||||
\usepackage[%
|
||||
papersize={5.5in,8.5in},
|
||||
margin=0.75in,
|
||||
margin=0.6in,
|
||||
top=0.75in,
|
||||
bottom=0.75in
|
||||
]{geometry}
|
||||
@@ -19,6 +19,7 @@
|
||||
colorlinks=false
|
||||
]{hyperref}
|
||||
|
||||
|
||||
% have to define a cup cause the cooking-units writer is german and doesn't understand the flawed american way to measure ingredients.
|
||||
\declarecookingunit{cup}
|
||||
\cudefinename {English}
|
||||
@@ -88,7 +89,7 @@
|
||||
Gluten Free: \glutenfree \\
|
||||
Freeze: \freeze \\
|
||||
Dessert: \dessert \\
|
||||
Make Ahead: \makeahead
|
||||
Meal Prep: \mealprep
|
||||
}
|
||||
|
||||
\newcommand\mainmatter{%
|
||||
@@ -103,7 +104,7 @@
|
||||
\colorlet{gfcolor}{brown}
|
||||
\definecolor{frzcolor}{rgb}{0,0.8,0.8}
|
||||
\definecolor{dessertcolor}{rgb}{0.5,0.2,0.1}
|
||||
\definecolor{makeaheadcolor}{rgb}{0.5,0.5,0.6}
|
||||
\definecolor{mealprepcolor}{rgb}{0.5,0.5,0.6}
|
||||
|
||||
%% Thanks to alephzero for the excellent start:
|
||||
%% #1 [optional headnote]; #2 Title of recipe; #3 [Initial instructions]
|
||||
@@ -141,8 +142,8 @@
|
||||
\newcommand{\dessert}{%
|
||||
{\large\color{dessertcolor}\textbf{D}}%
|
||||
}
|
||||
\newcommand{\makeahead}{%
|
||||
{\large\color{makeaheadcolor}\textbf{MA}}%
|
||||
\newcommand{\mealprep}{%
|
||||
{\large\color{mealprepcolor}\textbf{MP}}%
|
||||
}
|
||||
|
||||
%% Optional arguments for alternate names for these:
|
||||
|
Reference in New Issue
Block a user