add FF recipe, minor updates
This commit is contained in:
54
main.tex
54
main.tex
@@ -2,10 +2,10 @@
|
||||
\usepackage{fancyhdr,wrapfig,xcolor,graphicx,xparse,lmodern,cooking-units}
|
||||
\renewcommand*\familydefault{\sfdefault} % Force the sans-serif version of any font used
|
||||
\usepackage[%
|
||||
papersize={5.5in,8.5in},
|
||||
margin=0.6in,
|
||||
top=0.75in,
|
||||
bottom=0.75in
|
||||
papersize={5.5in,8.5in}, % replace whole line with just "a5paper," to switch to A5
|
||||
margin=15mm,
|
||||
top=20mm,
|
||||
bottom=20mm
|
||||
]{geometry}
|
||||
|
||||
\usepackage[%
|
||||
@@ -30,13 +30,13 @@
|
||||
|
||||
\cuaddtokeychain
|
||||
{
|
||||
{ml} {240} % this unit already exists
|
||||
{cup} {1} % 1 (US Legal) cup is 240ml. We're not converting to oz cause that would require implementing fluid ounces, which is outside the scope of this project. Maybe I'll do good on making a PR for the package.
|
||||
{ml} {240} % this unit already exists
|
||||
{cup} {1} % 1 (US Legal) cup is 240ml. We're not converting to oz cause that would require implementing fluid ounces, which is outside the scope of this project. Maybe I'll do good on making a PR for the package.
|
||||
}
|
||||
\cuaddtokeychain
|
||||
{
|
||||
{ml} {30}
|
||||
{oz} {1}
|
||||
{ml} {30}
|
||||
{oz} {1}
|
||||
}
|
||||
\cuaddtounitgroup{volume}{cup}
|
||||
\cusetup{use-phrases=true}
|
||||
@@ -54,17 +54,17 @@
|
||||
|
||||
%% From Donald Arseneau. Add after the wrapping text. Whew!
|
||||
\def\wrapfill{% Just glad it works.
|
||||
\par
|
||||
\ifx\parshape\WF@fudgeparshape
|
||||
\nobreak
|
||||
\ifnum\c@WF@wrappedlines>\@ne
|
||||
\advance\c@WF@wrappedlines\m@ne
|
||||
\vskip\c@WF@wrappedlines\baselineskip
|
||||
\global\c@WF@wrappedlines\z@
|
||||
\fi
|
||||
\allowbreak
|
||||
\WF@finale
|
||||
\fi
|
||||
\par
|
||||
\ifx\parshape\WF@fudgeparshape
|
||||
\nobreak
|
||||
\ifnum\c@WF@wrappedlines>\@ne
|
||||
\advance\c@WF@wrappedlines\m@ne
|
||||
\vskip\c@WF@wrappedlines\baselineskip
|
||||
\global\c@WF@wrappedlines\z@
|
||||
\fi
|
||||
\allowbreak
|
||||
\WF@finale
|
||||
\fi
|
||||
}
|
||||
|
||||
|
||||
@@ -96,13 +96,13 @@
|
||||
\@mainmatterfalse
|
||||
\pagenumbering{roman}
|
||||
\tableofcontents
|
||||
\section*{Legend}
|
||||
Vegetarian: \vegetarian \\
|
||||
Gluten Free: \glutenfree \\
|
||||
Freeze: \freeze \\
|
||||
%Dessert: \dessert \\ why would you need a Dessert tag if there's a section for it???
|
||||
Meal Prep: \mealprep
|
||||
}
|
||||
\section*{Legend}
|
||||
Vegetarian: \vegetarian \\
|
||||
Gluten Free: \glutenfree \\
|
||||
Freeze: \freeze \\
|
||||
%Dessert: \dessert \\ why would you need a Dessert tag if there's a section for it???
|
||||
Meal Prep: \mealprep
|
||||
}
|
||||
|
||||
\newcommand\mainmatter{%
|
||||
\cleardoublepage
|
||||
@@ -217,7 +217,7 @@
|
||||
\rhead{}%
|
||||
\lfoot{}%
|
||||
\rfoot{}%
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
\subsection{#2}%
|
||||
\IfNoValueF{#1}{\begin{center}\testoneline{#1}\end{center}}
|
||||
\IfNoValueF{#3}{\noindent\emph{#3}\par\medskip}
|
||||
|
Reference in New Issue
Block a user