Skip to content

Commit

Permalink
Fixing invalid label in enumdescription.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Oct 13, 2014
1 parent ff1466b commit 114b802
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/UPMVERSION.def
@@ -1 +1 @@
\def\UPMVERSION{20140911}
\def\UPMVERSION{20141013}
6 changes: 4 additions & 2 deletions src/upmethodology-fmt.sty
Expand Up @@ -17,7 +17,7 @@
% write to the Free Software Foundation, Inc., 59 Temple Place - Suite
% 330, Boston, MA 02111-1307, USA.

\global\edef\upm@package@fmt@ver{2014/09/10}
\global\edef\upm@package@fmt@ver{2014/10/13}

\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{upmethodology-fmt}[\upm@package@fmt@ver]
Expand Down Expand Up @@ -1142,7 +1142,9 @@
}%
}%
}%
\renewcommand{\makelabel}[1]{\edef\@currentlabel{\upm@fmt@enumdescription@fmt@{@upm@fmt@enumdescription@cnt@}}\enumdescriptionlabel{\@currentlabel#4##1\ifthenelse{\equal{a##1}{a}}{#6}{#5}}{\addtocounter{@upm@fmt@enumdescription@cnt@}{1}}}%
\renewcommand{\makelabel}[1]{%
\xdef\@currentlabel{\upm@fmt@enumdescription@fmt@{@upm@fmt@enumdescription@cnt@}}%
\enumdescriptionlabel{\@currentlabel#4##1\ifthenelse{\equal{a##1}{a}}{#6}{#5}}{\addtocounter{@upm@fmt@enumdescription@cnt@}{1}}}%
\expandafter\settowidth{\labelwidth}{#2iii#3}%
}
}{%
Expand Down

0 comments on commit 114b802

Please sign in to comment.