Skip to content

Commit

Permalink
Remove forgotten debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 22, 2021
1 parent 1c86ac4 commit 0032014
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions preamble.tex
Original file line number Diff line number Diff line change
Expand Up @@ -231,14 +231,13 @@
\def\skipindex{---}% Special string for saying "don't add to index"
\ifx\tmp\@nnil
% Default case: Use mandatory argument also for document index.
\index{#2}DEFAULT%
\index{#2}%
\else
\ifx\tmp\skipindex
% Don't add anything to document index; \firstuse is only used for purposes of typesetting.
NOTHING%
\else
% Add custom entry to document index.
\index{#1}CUSTOM%
\index{#1}%
\fi%
\fi%
}
Expand Down

0 comments on commit 0032014

Please sign in to comment.