summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-10-16 22:59:06 +0000
committerKarl Berry <karl@freefriends.org>2013-10-16 22:59:06 +0000
commit38a3441fb0aaa2bf0dd7cc8702f646bf28c299a0 (patch)
tree268a7092cae7f3c706287aff5d6971d9f968b02b /Master
parent4c5803fd63e3b205605317e440c7d8c0f9006ac9 (diff)
endheads (16oct13)
git-svn-id: svn://tug.org/texlive/trunk@31921 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/endheads/README5
-rw-r--r--Master/texmf-dist/doc/latex/endheads/endheads.pdfbin245372 -> 248767 bytes
-rw-r--r--Master/texmf-dist/source/latex/endheads/endheads.dtx24
-rw-r--r--Master/texmf-dist/tex/latex/endheads/endheads.sty2
4 files changed, 19 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/endheads/README b/Master/texmf-dist/doc/latex/endheads/README
deleted file mode 100644
index 6a852af3da0..00000000000
--- a/Master/texmf-dist/doc/latex/endheads/README
+++ /dev/null
@@ -1,5 +0,0 @@
-Readme for endheads
-
-Endheads makes running headers of the form ``Notes to pp.~xx--yy'' for
-users of endnotes.sty. It also enables one to reset the endnotes counter
-by chapter. endheads requires fancyhdr, endnotes, and ifthen. Endheads will also work for memoir class, but in that case it won't require fancyhdr. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/endheads/endheads.pdf b/Master/texmf-dist/doc/latex/endheads/endheads.pdf
index 2fed5d09870..6ccfa4b5ea5 100644
--- a/Master/texmf-dist/doc/latex/endheads/endheads.pdf
+++ b/Master/texmf-dist/doc/latex/endheads/endheads.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/endheads/endheads.dtx b/Master/texmf-dist/source/latex/endheads/endheads.dtx
index 30e8f5e07b3..f2f9b471abd 100644
--- a/Master/texmf-dist/source/latex/endheads/endheads.dtx
+++ b/Master/texmf-dist/source/latex/endheads/endheads.dtx
@@ -19,7 +19,7 @@
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}[1997/12/01]
%<package>\ProvidesPackage{endheads}
-%<package> [2011/09/03 v1.5 endheads file]
+%<package> [2013/10/14 v1.55 endheads file]
%
%<*driver>
\documentclass{ltxdoc}
@@ -67,7 +67,8 @@
%endnotes in table of contents}
%\changes{v1.5}{2011/12/29}{Corrected problem with page styles for
%first pages of chapters}
-%\changes{v1.51}{2012/09/203}{Corrected problem with page page headings in memoir style}
+%\changes{v1.51}{2012/09/03}{Corrected problem with page page headings in memoir style}
+%\changes{v1.55}{2013/10/13}{Corrected conflict with biblatex}
% \GetFileInfo{endheads.sty}
%
% \DoNotIndex{\newcommand,\newenvironment,\def,\edef,\else,\renewcommand,\makeatletter,\makeatother}
@@ -103,13 +104,13 @@
% \textsc, \unskip}
% \setcounter{IndexColumns}{2}
% \MakeShortVerb{|}
-% \def\fileversion{1.51}
-% \def\filedate{3 September 2012}
-% \def\docdate{3 September 2012}
+% \def\fileversion{1.55}
+% \def\filedate{14 October 2013}
+% \def\docdate{14 October 2013}
% \title{Running Headers for Endnotes\thanks{This document
% corresponds to \textsf{endheads}~\fileversion, dated \filedate.}}
% \author{John Burt \\ \texttt{burt@brandeis.edu}}
-% \date{September 3, 2012}
+% \date{October 14, 2012}
% \maketitle
% \begin{abstract}
% \textsf{endheads} provides running headers of the form ``Notes to
@@ -257,6 +258,17 @@
% other word than ``Chapter.'' To change this,
% issue |\changechapternotesline{your version}|.\end{sloppypar}
%
+% \section{Using \textsf{endheads} with \textsf{biblatex}}
+% If you use \textsf{biblatex} you might get an error message
+% that reads ``Package biblatex Error: Patching 'endnotes' package failed.''
+% What is happening here is that \textsf{biblatex} and \textsf{endheads} are both
+% trying to modify the |\theendnotes| command from \textsf{endnotes}. If
+% \textsf{endheads} goes first, \textsf{biblatex} can't find the portion of the command
+% it is trying to modify. Now
+% \textsf{biblatex} redefines |\theendnotes| at |\begin{document}|,
+% and \textsf{endheads }redefines |\theendnotes| when |\setupendnoteheaders|
+% is issued, so issue |\setupdendnoteheaders|
+% after |\begin{document}| and everything should be OK.
% \StopEventually{\PrintChanges\PrintIndex}
% \section{Implementation}
% \subsection{General Purpose Routines}
diff --git a/Master/texmf-dist/tex/latex/endheads/endheads.sty b/Master/texmf-dist/tex/latex/endheads/endheads.sty
index 891e0788599..f376954f498 100644
--- a/Master/texmf-dist/tex/latex/endheads/endheads.sty
+++ b/Master/texmf-dist/tex/latex/endheads/endheads.sty
@@ -22,7 +22,7 @@
%% in the same archive or directory.)
\NeedsTeXFormat{LaTeX2e}[1997/12/01]
\ProvidesPackage{endheads}
- [2011/09/03 v1.5 endheads file]
+ [2013/10/14 v1.55 endheads file]
\providecommand*{\ifrefundefined}[1]{%
\expandafter\ifx\csname r@#1\endcsname\relax
\expandafter\@firstoftwo