summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/endheads
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-04-10 01:16:45 +0000
committerNorbert Preining <preining@logic.at>2017-04-10 01:16:45 +0000
commitf2e7325a1f405f4410dd6a372ff36adebee8560f (patch)
treecf91adfe5c929cc748137f93b7909eb9a4ed4510 /Master/texmf-dist/source/latex/endheads
parent6d52d1e7b217b30b19c36b7c16b70daf9cacb71d (diff)
endheads (10Apr17)
git-svn-id: svn://tug.org/texlive/trunk@43731 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/endheads')
-rw-r--r--Master/texmf-dist/source/latex/endheads/endheads.dtx22
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}