summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/autonum
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-04-14 22:43:44 +0000
committerKarl Berry <karl@freefriends.org>2014-04-14 22:43:44 +0000
commitb44da9d0b33316bf5f6d5401ba7f78b219b3f401 (patch)
treecc8eae8fb18e4edd7078b2285e4a16a996d61c02 /Master/texmf-dist/source/latex/autonum
parentfe900684320c2e37d76c55497935a50a4e97fab6 (diff)
autonum (14apr14)
git-svn-id: svn://tug.org/texlive/trunk@33438 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/autonum')
-rw-r--r--Master/texmf-dist/source/latex/autonum/autonum.dtx15
1 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/autonum/autonum.dtx b/Master/texmf-dist/source/latex/autonum/autonum.dtx
index 5df4b5f7ae8..9e09f6475c4 100644
--- a/Master/texmf-dist/source/latex/autonum/autonum.dtx
+++ b/Master/texmf-dist/source/latex/autonum/autonum.dtx
@@ -85,7 +85,7 @@ and the derived files autonum.ins,
%</internal>
%<*package>
\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}
@@ -133,8 +133,9 @@ and the derived files autonum.ins,
%\changes{v0.3.3}{2013/04/20}{Fix using cleveref inside section.}
%\changes{v0.3.4}{2013/04/28}{Gracefully handle deactivating the package.}
%\changes{v0.3.5}{2013/06/15}{Support reference commands with optional arguments or stars.}
-%\changes{v0.3.6}{2013/10/13}{Fix special characters regression. Fix deactivating the package with TOC and LOF}
-%\changes{v0.3.7}{2013/11/10}{Suport label commands with an optional argument}
+%\changes{v0.3.6}{2013/10/13}{Fix special characters regression. Fix deactivating the package with TOC and LOF.}
+%\changes{v0.3.7}{2013/11/10}{Suport label commands with an optional argument.}
+%\changes{v0.3.8}{2014/04/14}{Correct vertical whitespace after long lines with split.}
%
% \section{Introduction}
% With \LaTeX, the user has to decide manually to not number an equation by adding a star in the math environment. Authors who do not want to think about the numbering during the writing (and maybe they should not), often use the environments without stars. As default, these users get all equations numbered, although there are \href{http://tex.stackexchange.com/q/29267/7323}{different opinions} about what should be numbered.
@@ -334,6 +335,10 @@ and the derived files autonum.ins,
% \begin{itemize}
% \item sent an MWE showing a regression in the support of special characters what lead to its fix
% \end{itemize}
+% \item Vladimir Pozdyayev
+% \begin{itemize}
+% \item found an error if an equation is used inside of a figure environment, which has not been fixed, yet
+% \end{itemize}
% \end{itemize}
%
%
@@ -481,8 +486,10 @@ and the derived files autonum.ins,
% If align is redefined before flalign or alignat, autonum.dtx does not build anymore. The error reason is unknown. As the error disappears when align is redefined after both, there is no motivation in finding the underlying problem.
% \begin{macrocode}
\newlength{\autonum@environmentWidth}%
+% \forcsvlist{\autonum@patchParametrizedFullEnvironment}{alignat,figure}%
\forcsvlist{\autonum@patchParametrizedFullEnvironment}{alignat}%
\forcsvlist{\autonum@patchFullEnvironment}{equation,gather,multline,flalign,align}%
+ \autonum@patchBlockEnvironment{split}%
% \end{macrocode}
%
% Patch the environment delimited by \cmd{\[} and \cmd{\]}.
@@ -517,7 +524,7 @@ and the derived files autonum.ins,
\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{%