소스 검색

Fix param count

Samuel W. Flint 5 년 전
부모
커밋
e77a72f509
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}}%