Skip to content
Snippets Groups Projects
Commit 7740c136 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

remove redundant lescounter

parent 11cf6c42
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,6 @@ bookmarks=true]%
%%%%%%%%%% Encounter Numbers
\newcounter{encnum}
\newcommand{\lescounter}{\addtocounter{enc}{-1}}
\setcounter{encnum}{1}
\newcommand{\encsymbol}{\ding{168}}
\newcommand{\encnum}{\ifnumcomp{\value{encnum}}{=}{1}{$A$}{\arabic{encnum}}\encsymbol\addtocounter{encnum}{1}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment