diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/autonum')
-rw-r--r-- | Master/texmf-dist/tex/latex/autonum/autonum.sty | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/autonum/autonum.sty b/Master/texmf-dist/tex/latex/autonum/autonum.sty index 826fde6ab44..348314e193c 100644 --- a/Master/texmf-dist/tex/latex/autonum/autonum.sty +++ b/Master/texmf-dist/tex/latex/autonum/autonum.sty @@ -13,7 +13,7 @@ %% ---------------------------------------------------------------- %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{autonum}[2013/11/10 v0.3.7 autonum LaTeX package] +\ProvidesPackage{autonum}[2014/04/14 v0.3.8 autonum LaTeX package] \PassOptionsToPackage{hypertexnames=false}{hyperref} \RequirePackage{etoolbox} \RequirePackage{amsmath} @@ -75,6 +75,7 @@ \newlength{\autonum@environmentWidth}% \forcsvlist{\autonum@patchParametrizedFullEnvironment}{alignat}% \forcsvlist{\autonum@patchFullEnvironment}{equation,gather,multline,flalign,align}% +\autonum@patchBlockEnvironment{split}% \def\[#1\]{% \begin{equation}#1\end{equation}% }% @@ -93,7 +94,7 @@ \autonum@patchEnvironmentHelper{#1}{1}% } \def\autonum@patchBlockEnvironment#1{% -\autonum@saveEnvironmentSubcommands{#1}{equation*}{}% +\autonum@saveEnvironmentSubcommands{#1}{equation}{}% \autonum@patchEnvironmentHelper{#1}{0}% } \def\autonum@patchEnvironmentHelper#1#2{% |