summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/autonum
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-01-03 23:11:40 +0000
committerKarl Berry <karl@freefriends.org>2015-01-03 23:11:40 +0000
commit998bb9be5849d17bb2548edb716803c5533b0605 (patch)
tree470e0cf71358d20487bcb96728ed50b96447640a /Master/texmf-dist/source/latex/autonum
parent4c57de13a572956379a823ac935387453c6fb0ea (diff)
autonum (3jan15)
git-svn-id: svn://tug.org/texlive/trunk@35951 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/autonum')
-rw-r--r--Master/texmf-dist/source/latex/autonum/autonum.dtx16
-rw-r--r--Master/texmf-dist/source/latex/autonum/autonum.ins4
2 files changed, 16 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/autonum/autonum.dtx b/Master/texmf-dist/source/latex/autonum/autonum.dtx
index f20bbfe5c21..4cc968f12cb 100644
--- a/Master/texmf-dist/source/latex/autonum/autonum.dtx
+++ b/Master/texmf-dist/source/latex/autonum/autonum.dtx
@@ -43,7 +43,7 @@ See http://www.latex-project.org/lppl.txt
\endpreamble
\postamble
-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
@@ -85,10 +85,16 @@ and the derived files autonum.ins,
%</internal>
%<*package>
\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}
+%
+% Avoid \href{https://groups.google.com/d/msg/comp.text.tex/VRrFB4ll5n0/Vu31OC4hQG8J}{a conflict} between etoolbox and etextools
+\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}
@@ -138,6 +144,7 @@ and the derived files autonum.ins,
%\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.}
%\changes{v0.3.9}{2014-12-19}{Fix problems and increase robustness for split environment and newline options.}
+%\changes{v0.3.10}{2015-01-03}{Fix incompatibility to biblatex and possible other packages.}
%
% \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 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.
@@ -341,6 +348,7 @@ and the derived files autonum.ins,
% \begin{itemize}
% \item reported a bug occuring when using \cmd{\cref} with comma separated arguments what lead to its fix
% \item started an interesting discussion if cleveref's \cmd{\crefrange} command should be supported in autonum or not
+% \item found an incompatibility with biblatex, which lead to its fix
% \end{itemize}
% \item Toby Cubitt
% \begin{itemize}
@@ -385,6 +393,10 @@ and the derived files autonum.ins,
% \begin{itemize}
% \item highlighted poor areas in the documentation, which (hopefully) have been improved
% \end{itemize}
+% \item Deniz Stiegemann
+% \begin{itemize}
+% \item found an incompatibility with biblatex, which lead to its fix
+% \end{itemize}
% \end{itemize}
%
%
diff --git a/Master/texmf-dist/source/latex/autonum/autonum.ins b/Master/texmf-dist/source/latex/autonum/autonum.ins
index a73a28c50aa..7654b07d512 100644
--- a/Master/texmf-dist/source/latex/autonum/autonum.ins
+++ b/Master/texmf-dist/source/latex/autonum/autonum.ins
@@ -26,7 +26,7 @@ See http://www.latex-project.org/lppl.txt
\endpreamble
\postamble
-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
@@ -52,7 +52,7 @@ and the derived files autonum.ins,
%%
-%% 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