diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/endheads/endheads.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/endheads/endheads.dtx | 22 |
1 files changed, 17 insertions, 5 deletions
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 %<package>\NeedsTeXFormat{LaTeX2e}[1997/12/01] %<package>\ProvidesPackage{endheads} -%<package> [2013/10/14 v1.55 endheads file] +%<package> [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} |