Skip to content

Commit

Permalink
Version 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSenellart committed Oct 8, 2019
1 parent 577f74d commit 9f9d1c5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions apxproof.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}[2005/12/01]
%<package>\ProvidesPackage{apxproof}
%<package> [2019/01/28 v1.1.1-dev Automatic proofs in appendix]
%<package> [2019/10/08 v1.2.0 Automatic proofs in appendix]
%
%<*driver>
\documentclass{ltxdoc}
Expand Down Expand Up @@ -609,7 +609,7 @@ This is a citation in the appendix~\cite{proofsAreHard}.
% \end{macrocode}
% The external \textsf{bibunits} package
% is used to add a second bibliography for the appendix material.
% \changes{v1.1.1-dev}{2019/04/17}{Do not load \textsf{binunits} if
% \changes{v1.2.0}{2019/04/17}{Do not load \textsf{binunits} if
% \texttt{bibliography} is set to \texttt{common}}
% \begin{macrocode}
\RequirePackage{bibunits}
Expand All @@ -631,7 +631,7 @@ This is a citation in the appendix~\cite{proofsAreHard}.
% \end{macrocode}
% \subsection{Macros Common to All Compilation Modes}
% \begin{macro}{\axp@newtheoremrep@definetheorem}
% \changes{v1.1.1-dev}{2019/10/01}{Restore predefined theorem counters}
% \changes{v1.2.0}{2019/10/01}{Restore predefined theorem counters}
% Common to all compilation modes, we define
% |\axp@newtheoremrep@definetheorem|.
% When called with first argument |foobar|, we first undefine the existing
Expand Down Expand Up @@ -711,7 +711,7 @@ This is a citation in the appendix~\cite{proofsAreHard}.
% \end{macrocode}
% \end{environment}
% \begin{macro}{\mainbodyrepeatedtheorem}
% \changes{v1.1.1-dev}{2019/09/21}{Configurable repeated theorem command}
% \changes{v1.2.0}{2019/09/21}{Configurable repeated theorem command}
% \begin{macro}{\appendixrefname}
% \begin{macro}{\appendixbibliographystyle}
% \begin{macro}{\appendixbibliographyprelim}
Expand Down Expand Up @@ -752,7 +752,7 @@ This is a citation in the appendix~\cite{proofsAreHard}.
% \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)}
% \changes{v1.1.1-dev}{2019/02/15}{Fix extra spacing erroneously
% \changes{v1.2.0}{2019/02/15}{Fix extra spacing erroneously
% introduced within the \texttt{\textbackslash axp@redefinelabels}
% macro}
% \begin{macrocode}
Expand Down Expand Up @@ -809,7 +809,7 @@ This is a citation in the appendix~\cite{proofsAreHard}.
% \end{macro}
% \end{macro}
% \begin{macro}{proofsketch}
% \changes{v1.1.1-dev}{2019/02/15}{Fix proof sketches in inline
% \changes{v1.2.0}{2019/02/15}{Fix proof sketches in inline
% compilation mode for Springer document classes}
% We redefine the |proofsketch| environment, which is used
% differently in the base class.
Expand All @@ -834,7 +834,7 @@ This is a citation in the appendix~\cite{proofsAreHard}.
% environment that behaves exactly as the regular theorem environment,
% while calling |\axp@redefinelabels| to make sure that |-axp| variants
% of equation counters are defined.
% \changes{v1.1.1-dev}{2019/02/15}{Fix formatting of theorems without
% \changes{v1.2.0}{2019/02/15}{Fix formatting of theorems without
% notes in some document classes in inline mode}
% \begin{macrocode}
\def\axp@newtheoremrep#1[#2]#3[#4]{%
Expand Down Expand Up @@ -920,7 +920,7 @@ This is a citation in the appendix~\cite{proofsAreHard}.
% \end{macro}
% \end{environment}
% \begin{macro}{\axp@unactivateeightbit}
% \changes{v1.1.0-dev}{2019/01/28}{Fix compilation of non-ASCII
% \changes{v1.1.0}{2019/01/28}{Fix compilation of non-ASCII
% characters with \texttt{\textbackslash usepackage[utf8]\{inputenc\}}}
% We need an auxiliary macro to disable active characters that have the
% high bit set when writing to the |.axp| file. See
Expand All @@ -938,7 +938,7 @@ This is a citation in the appendix~\cite{proofsAreHard}.
% \begin{environment}{axp@VerbatimOut}
% \begin{macro}{\FVB@axp@VerbatimOut}
% \begin{macro}{\FVE@axp@VerbatimOut}
% \changes{v1.1.0-dev}{2018/10/02}{Make \textsf{apxproof} compatible with
% \changes{v1.1.0}{2018/10/02}{Make \textsf{apxproof} compatible with
% independent use of \textsf{fancyvrb}}
% Using the functionalities of the \textsf{fancyvrb} package, we define a
% custom verbatim environment |axp@VerbatimOut| that writes every line
Expand Down Expand Up @@ -1062,7 +1062,7 @@ This is a citation in the appendix~\cite{proofsAreHard}.
% some document classes}
% \changes{v1.0.6}{2018/05/10}{Fix incorrect use of \texttt{\textbackslash noexpand}
% in optional argument of macro environment}
% \changes{v1.1.1-dev}{2019/10/07}{Fix display of theorem notes}
% \changes{v1.2.0}{2019/10/07}{Fix display of theorem notes}
% \begin{macrocode}
\axp@writesection%
\ifthenelse{\equal{\axp@repeqn}{same}}{%
Expand Down
Binary file modified apxproof.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion apxproof.sty
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
\ProvidesPackage{apxproof}
[2019/01/28 v1.1.1-dev Automatic proofs in appendix]
[2019/10/08 v1.2.0 Automatic proofs in appendix]
\RequirePackage{environ}
\RequirePackage{etoolbox}
\RequirePackage{fancyvrb}
Expand Down

0 comments on commit 9f9d1c5

Please sign in to comment.