summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/autonum/autonum.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/autonum/autonum.dtx')
-rw-r--r--Master/texmf-dist/source/latex/autonum/autonum.dtx16
1 files changed, 14 insertions, 2 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}
%
%