Skip to content

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreSenellart committed Aug 8, 2018
1 parent 6b19888 commit cfbb665
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> [2018/05/10 v1.0.6-dev Automatic proofs in appendix]
%<package> [2018/05/10 v1.1.0 Automatic proofs in appendix]
%
%<*driver>
\documentclass{ltxdoc}
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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}
Expand Down Expand Up @@ -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
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}
[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}
Expand Down

0 comments on commit cfbb665

Please sign in to comment.