diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/autonum')
-rw-r--r-- | Master/texmf-dist/tex/latex/autonum/autonum.sty | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/autonum/autonum.sty b/Master/texmf-dist/tex/latex/autonum/autonum.sty index 82d094c1148..09ad9b60fc1 100644 --- a/Master/texmf-dist/tex/latex/autonum/autonum.sty +++ b/Master/texmf-dist/tex/latex/autonum/autonum.sty @@ -13,10 +13,13 @@ %% ---------------------------------------------------------------- %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{autonum}[2014/12/19 v0.3.9 autonum LaTeX package] +\ProvidesPackage{autonum}[2015/01/03 v0.3.10 autonum LaTeX package] \PassOptionsToPackage{hypertexnames=false}{hyperref} \RequirePackage{etoolbox} +\makeatletter % The missing \makeatother command is on purpose (as every other combination results in an error). +\let\autonum@etoolbox@forlistloop\forlistloop \RequirePackage{etextools} +\let\forlistloop\autonum@etoolbox@forlistloop \RequirePackage{amsmath} \RequirePackage[absolute]{textpos} \RequirePackage{letltxmacro} @@ -411,7 +414,7 @@ when using autonum. Wrongly placed label is:\MessageBreak }{}% } %% -%% Copyright (C) 2012, 2013, 2014 by Patrick Häcker <pat_h@web.de> +%% Copyright (C) 2012, 2013, 2014, 2015 by Patrick Häcker <pat_h@web.de> %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License (LPPL), either |