Browse Source

Fix param count

Samuel W. Flint 4 years ago
parent
commit
e77a72f509
1 changed files with 1 additions and 1 deletions
  1. 1 1
      recipe.sty

+ 1 - 1
recipe.sty

@@ -17,7 +17,7 @@
 \newcommand\recipe@serving[1]{\ifempty{#1}{}{\textit{#1 servings}}}
 \newcommand\recipe@contributor[1]{\ifempty{#1}{}{Courtesy of #1}}
 
-\newenvironment{recipe}[1]{%
+\newenvironment{recipe}[3]{%
   \bigskip%
   \begin{adjustwidth}{4em}{4em}%
     \centerline{\textbf{#1}}%