summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/apxproof/apxproof.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/apxproof/apxproof.sty')
-rw-r--r--Master/texmf-dist/tex/latex/apxproof/apxproof.sty5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/apxproof/apxproof.sty b/Master/texmf-dist/tex/latex/apxproof/apxproof.sty
index ebb546fd8d6..9fcaa834947 100644
--- a/Master/texmf-dist/tex/latex/apxproof/apxproof.sty
+++ b/Master/texmf-dist/tex/latex/apxproof/apxproof.sty
@@ -27,7 +27,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[2005/12/01]
\ProvidesPackage{apxproof}
- [2016/10/31 v1.0.0 Automatic proofs in appendix]
+ [2016/11/07 v1.0.1 Automatic proofs in appendix]
\RequirePackage{bibunits}
\RequirePackage{environ}
\RequirePackage{etoolbox}
@@ -244,6 +244,9 @@
\immediate\closeout\axp@proofsfile
\input{\jobname.axp}
\renewcommand{\refname}{\appendixrefname}
+ \let\axp@oldthebibliography\thebibliography
+ \renewcommand\thebibliography[1]{%
+ \ifx\relax#1\relax\else\axp@oldthebibliography{#1}\fi}
\appendixbibliographyprelim
\putbib
\end{bibunit}