diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-03 23:11:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-03 23:11:40 +0000 |
commit | 998bb9be5849d17bb2548edb716803c5533b0605 (patch) | |
tree | 470e0cf71358d20487bcb96728ed50b96447640a /Master/texmf-dist/tex/latex/autonum | |
parent | 4c57de13a572956379a823ac935387453c6fb0ea (diff) |
autonum (3jan15)
git-svn-id: svn://tug.org/texlive/trunk@35951 c570f23f-e606-0410-a88d-b1316a301751
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 |