Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/recipe-fiddle.git
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Registers (indexes plus recipe & photograph citations)
%
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% Defines how the recipe index appears.
\setupregister[index][
  pagestyle=normal,
  command=\Word,
  compress=yes,
  balance=no,
]

% Themes override to change the ingredient index appearance.
\def\RecipeIndexIngredient{%
  \chapter{Index}
  \page
  \placeindex
}

% Defines how the photographer index appears.
\defineregister[RecipePhotographerIndex][
  pagestyle=normal,
  command=\Word,
  compress=yes,
  balance=no,
  % Turn off the alphabet characters
  indicator=no,
]

% Themes override to change the photographer index appearance.
\def\RecipeIndexPhotographer{%
  \chapter{Photographers}
  \page
  \placeRecipePhotographerIndex
}