diff --git a/apxproof.dtx b/apxproof.dtx index beb6746..a1d90b4 100644 --- a/apxproof.dtx +++ b/apxproof.dtx @@ -24,7 +24,7 @@ % \iffalse %\NeedsTeXFormat{LaTeX2e}[2005/12/01] %\ProvidesPackage{apxproof} -% [2018/05/10 v1.0.6-dev Automatic proofs in appendix] +% [2018/05/10 v1.1.0 Automatic proofs in appendix] % %<*driver> \documentclass{ltxdoc} @@ -583,7 +583,7 @@ This is a citation in the appendix~\cite{proofsAreHard}. % \end{macrocode} % \end{macro} % \begin{macro}{\axp@repeqn} -% \changes{v1.0.6-dev}{2018/07/20}{\texttt{repeqn} option} +% \changes{v1.1.0}{2018/07/20}{\texttt{repeqn} option} % \begin{macrocode} \DeclareStringOption[same]{repeqn} % \end{macrocode} @@ -692,7 +692,7 @@ This is a citation in the appendix~\cite{proofsAreHard}. % \begin{macro}{\appendixprelim} % \changes{v1.0.4}{2017/03/03}{Configurable appendix style} % \begin{macro}{\appendixsectionformat} -% \changes{v1.0.6-dev}{2018/07/17}{Fix missing space in default +% \changes{v1.1.0}{2018/07/17}{Fix missing space in default % \cs{appendixsectionformat}} % We provide sensible defaults for these four user-customizable macros. % Even though they are only useful in append mode, we define them for @@ -721,7 +721,7 @@ This is a citation in the appendix~\cite{proofsAreHard}. % |\label@in@display|) for equations within repeated theorems, depending on the % compilation mode. % \begin{macro}{\axp@redefinelabels} -% \changes{v1.0.6-dev}{2018/07/04}{Fix \cs{label} not being disabled +% \changes{v1.1.0}{2018/07/04}{Fix \cs{label} not being disabled % in \textsf{amsmath} environments, where \cs{label@in@display} is % used instead (K. D. Bauer)} % \begin{macrocode} @@ -858,7 +858,7 @@ This is a citation in the appendix~\cite{proofsAreHard}. % \begin{macro}{\axp@proofsfile} % We open a new auxiliary file, with extension |.axp|, where the appendix % material will be dumped. -% \changes{v1.0.6-dev}{2018/07/11}{Initialization deferred to \cs{AtBeginDocument} +% \changes{v1.1.0}{2018/07/11}{Initialization deferred to \cs{AtBeginDocument} % for compatibility with \cs{dump}ed precompiled preambles (K. D. % Bauer)} % \begin{macrocode} @@ -1024,7 +1024,7 @@ This is a citation in the appendix~\cite{proofsAreHard}. % \end{macro} % % \subsubsection{Forward-Linking Mechanism} -% \changes{v1.0.6-dev}{2018/07/02}{Added forward-link mechanism (K. D. Bauer)} +% \changes{v1.1.0}{2018/07/02}{Added forward-link mechanism (K. D. Bauer)} % % When hyperref is loaded, |foobarrep| environments % in the main text have their number link to their @@ -1229,9 +1229,9 @@ This is a citation in the appendix~\cite{proofsAreHard}. % \end{macro} % \begin{macro}{\axp@oldsection} % \begin{macro}{\section} -% \changes{v1.0.6-dev}{2018/07/25}{Rewrote definition of \cs{section} +% \changes{v1.1.0}{2018/07/25}{Rewrote definition of \cs{section} % to enable optional argument. See \#23. (K. D. Bauer)} -% \changes{v1.0.6-dev}{2018/07/25}{Fix handling of fragile macros within +% \changes{v1.1.0}{2018/07/25}{Fix handling of fragile macros within % section headings. See \#22.} % \begin{macro}{\@section} % \begin{macro}{\@@section} @@ -1283,7 +1283,7 @@ This is a citation in the appendix~\cite{proofsAreHard}. % % \changes{v1.0.6}{2018/05/10}{Fix extraneous space after section number % in appendix titles} -% \changes{v1.0.6-dev}{2018/07/09}{Make \cs{axp@tmp} wrapper more robust. +% \changes{v1.1.0}{2018/07/09}{Make \cs{axp@tmp} wrapper more robust. % Resolves issues from use of section title in \textsf{fancyhdr}, % and in \cs{tableofcontents} (K. D. Bauer).} % \begin{macrocode} @@ -1317,7 +1317,7 @@ This is a citation in the appendix~\cite{proofsAreHard}. % % \begin{macro}{\axp@oldtableofcontents} % \begin{macro}{\tableofcontents} -% \changes{v1.0.6-dev}{2018/07/09}{Disable section management for table +% \changes{v1.1.0}{2018/07/09}{Disable section management for table % of contents} % \begin{macrocode} \let\axp@oldtableofcontents\tableofcontents diff --git a/apxproof.pdf b/apxproof.pdf index 51b76ae..35aaf7b 100644 Binary files a/apxproof.pdf and b/apxproof.pdf differ diff --git a/apxproof.sty b/apxproof.sty index 7c9a9e6..00399cc 100644 --- a/apxproof.sty +++ b/apxproof.sty @@ -27,7 +27,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{apxproof} - [2018/05/10 v1.0.6-dev Automatic proofs in appendix] + [2018/05/10 v1.1.0 Automatic proofs in appendix] \RequirePackage{bibunits} \RequirePackage{environ} \RequirePackage{etoolbox}