Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-fiddle.git
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Preparation definition
%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% #1 the ingredient name
% #2 the preparation step
\define[2]\prepare{%
  \startitem #2 the #1.\stopitem
}

\defineitemgroup[RecipePreparation]
\setupitemgroup[RecipePreparation][each][packed][
  width=1em,
  symbol=RecipeStyleBulletUnnumbered,
  % No space between items.
  distance=0pt,
]