From f2e7325a1f405f4410dd6a372ff36adebee8560f Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 10 Apr 2017 01:16:45 +0000 Subject: endheads (10Apr17) git-svn-id: svn://tug.org/texlive/trunk@43731 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/endheads/README.md | 7 +++++++ Master/texmf-dist/doc/latex/endheads/endheads.pdf | Bin 248767 -> 229332 bytes .../texmf-dist/source/latex/endheads/endheads.dtx | 22 ++++++++++++++++----- Master/texmf-dist/tex/latex/endheads/endheads.sty | 2 +- 4 files changed, 25 insertions(+), 6 deletions(-) create mode 100755 Master/texmf-dist/doc/latex/endheads/README.md diff --git a/Master/texmf-dist/doc/latex/endheads/README.md b/Master/texmf-dist/doc/latex/endheads/README.md new file mode 100755 index 00000000000..de6b00727be --- /dev/null +++ b/Master/texmf-dist/doc/latex/endheads/README.md @@ -0,0 +1,7 @@ +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. + +This material is subject to the LATEX Project Public License 1.3c. \ 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 6ccfa4b5ea5..3f12ae580c3 100644 Binary files a/Master/texmf-dist/doc/latex/endheads/endheads.pdf and b/Master/texmf-dist/doc/latex/endheads/endheads.pdf differ diff --git a/Master/texmf-dist/source/latex/endheads/endheads.dtx b/Master/texmf-dist/source/latex/endheads/endheads.dtx index f2f9b471abd..c4ca223e5ba 100644 --- a/Master/texmf-dist/source/latex/endheads/endheads.dtx +++ b/Master/texmf-dist/source/latex/endheads/endheads.dtx @@ -19,7 +19,7 @@ % \iffalse %\NeedsTeXFormat{LaTeX2e}[1997/12/01] %\ProvidesPackage{endheads} -% [2013/10/14 v1.55 endheads file] +% [2017/4/6 v1.6 endheads file] % %<*driver> \documentclass{ltxdoc} @@ -69,6 +69,7 @@ %first pages of chapters} %\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} +%\changes{v1.6}{2017/4/6}{Warnings about known issues} % \GetFileInfo{endheads.sty} % % \DoNotIndex{\newcommand,\newenvironment,\def,\edef,\else,\renewcommand,\makeatletter,\makeatother} @@ -104,13 +105,13 @@ % \textsc, \unskip} % \setcounter{IndexColumns}{2} % \MakeShortVerb{|} -% \def\fileversion{1.55} -% \def\filedate{14 October 2013} -% \def\docdate{14 October 2013} +% \def\fileversion{1.6} +% \def\filedate{5 April 2017} +% \def\docdate{5 Apri 2017} % \title{Running Headers for Endnotes\thanks{This document % corresponds to \textsf{endheads}~\fileversion, dated \filedate.}} % \author{John Burt \\ \texttt{burt@brandeis.edu}} -% \date{October 14, 2012} +% \date{April 5, 2017} % \maketitle % \begin{abstract} % \textsf{endheads} provides running headers of the form ``Notes to @@ -269,6 +270,17 @@ % and \textsf{endheads }redefines |\theendnotes| when |\setupendnoteheaders| % is issued, so issue |\setupdendnoteheaders| % after |\begin{document}| and everything should be OK. +% \section{Known Issues} +% The running headers in \textsf{endheads} will only work correctly if all endnotes are issued on pages +% with arabic numbering. Endnotes issued on pages with roman numbering will break +% \textsf{endheads}, because the calculations required to update the headers +% require arabic numbers. +% +% Normally if you are using |\footnote| in the body of the text you can issue +% |\let\footnote=\endnote| to get endnotes with \textsf{endnote}. This will break +% \textsf{endheads}, however, (the running headers will all have your final +% chapter title, not the proper page numbers) so all of your endnotes must be made with +% |\endnote|. % \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 f376954f498..ac70359aa82 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} - [2013/10/14 v1.55 endheads file] + [2017/4/6 v1.6 endheads file] \providecommand*{\ifrefundefined}[1]{% \expandafter\ifx\csname r@#1\endcsname\relax \expandafter\@firstoftwo -- cgit v1.2.3