texlive[73959] Master/texmf-dist: endheads (13feb25)

commits+karl at tug.org commits+karl at tug.org
Thu Feb 13 22:04:30 CET 2025


Revision: 73959
          https://tug.org/svn/texlive?view=revision&revision=73959
Author:   karl
Date:     2025-02-13 22:04:29 +0100 (Thu, 13 Feb 2025)
Log Message:
-----------
endheads (13feb25)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/endheads/README.md
    trunk/Master/texmf-dist/doc/latex/endheads/endheads.pdf
    trunk/Master/texmf-dist/source/latex/endheads/endheads.dtx
    trunk/Master/texmf-dist/tex/latex/endheads/endheads.sty

Modified: trunk/Master/texmf-dist/doc/latex/endheads/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/endheads/README.md	2025-02-13 21:04:17 UTC (rev 73958)
+++ trunk/Master/texmf-dist/doc/latex/endheads/README.md	2025-02-13 21:04:29 UTC (rev 73959)
@@ -3,5 +3,4 @@
 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

Modified: trunk/Master/texmf-dist/doc/latex/endheads/endheads.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/endheads/endheads.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/endheads/endheads.dtx	2025-02-13 21:04:17 UTC (rev 73958)
+++ trunk/Master/texmf-dist/source/latex/endheads/endheads.dtx	2025-02-13 21:04:29 UTC (rev 73959)
@@ -12,14 +12,14 @@
 %    http://www.latex-project.org/lppl.txt
 %
 % and version 1.2 or later is part of all distributions of LaTeX 
-% version 1999/12/01 or later.
+% version 1999-12-01 or later.
 %
 % \fi
 %
 % \iffalse
-%<package>\NeedsTeXFormat{LaTeX2e}[1997/12/01]
+%<package>\NeedsTeXFormat{LaTeX2e}[1997-12-01]
 %<package>\ProvidesPackage{endheads}
-%<package>   [2017/4/6 v1.6 endheads file] 
+%<package>   [2025-02-12 v1.7 endheads file] 
 %
 %<*driver>
 \documentclass{ltxdoc}
@@ -52,24 +52,25 @@
 %   Right brace   \}     Tilde         \~}
 %
 % 
-% \changes{v1.0}{2005/08/21}{Initial version}
-% \changes{v1.1}{2005/09/25}{uses needspace prevent orphan chapter 
+% \changes{v1.0}{2005-08-21}{Initial version}
+% \changes{v1.1}{2005-09-25}{uses needspace prevent orphan chapter 
 % beginnings in notes}
-% \changes{v1.15}{2005/09/25}{uses titleref to capture chapter titles for 
+% \changes{v1.15}{2005-09-25}{uses titleref to capture chapter titles for 
 % notes}
-% \changes{v1.151}{2005/09/25}{Corrections to user's guide}
-% \changes{v1.152}{2006/11/10}{Fixed strange white space error}
-% \changes{v1.2}{2006/11/10}{Added commands for multilingual use}
-% \changes{v1.3}{2007/12/12}{Added commands for multilingual use}
-% \changes{v1.4}{2008/04/12}{Added compatibility with memoir class. Added
+% \changes{v1.151}{2005-09-25}{Corrections to user's guide}
+% \changes{v1.152}{2006-11-10}{Fixed strange white space error}
+% \changes{v1.2}{2006-11-10}{Added commands for multilingual use}
+% \changes{v1.3}{2007-12-12}{Added commands for multilingual use}
+% \changes{v1.4}{2008-04-12}{Added compatibility with memoir class. Added
 % commands for multilingual use}
-%\changes{v1.45}{2008/04/14}{Corrected problem with putting entry for 
+%\changes{v1.45}{2008-04-14}{Corrected problem with putting entry for 
 %endnotes in table of contents}
-%\changes{v1.5}{2011/12/29}{Corrected problem with page styles for 
+%\changes{v1.5}{2011-12-29}{Corrected problem with page styles for 
 %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}
+%\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-04-06}{Warnings about known issues}
+%\changes{v1.7}{2025-024-06}{Correct date format in style file}
 % \GetFileInfo{endheads.sty}
 % 
 % \DoNotIndex{\newcommand,\newenvironment,\def,\edef,\else,\renewcommand,\makeatletter,\makeatother}
@@ -105,13 +106,13 @@
 % \textsc, \unskip}
 % \setcounter{IndexColumns}{2}
 % \MakeShortVerb{|}
-% \def\fileversion{1.6}
-% \def\filedate{5 April 2017}
-% \def\docdate{5 Apri 2017}
+% \def\fileversion{1.7}
+% \def\filedate{12 February 2025}
+% \def\docdate{12 February 2025}
 % \title{Running Headers for Endnotes\thanks{This document
 %   corresponds to \textsf{endheads}~\fileversion, dated \filedate.}}
 % \author{John Burt \\ \texttt{burt at brandeis.edu}}
-% \date{April 5, 2017}
+% \date{February 12, 2025}
 % \maketitle
 % \begin{abstract}
 %  \textsf{endheads} provides running headers of the form ``Notes to 

Modified: trunk/Master/texmf-dist/tex/latex/endheads/endheads.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/endheads/endheads.sty	2025-02-13 21:04:17 UTC (rev 73958)
+++ trunk/Master/texmf-dist/tex/latex/endheads/endheads.sty	2025-02-13 21:04:29 UTC (rev 73959)
@@ -20,9 +20,9 @@
 %% original source files, as listed above, are part of the
 %% same distribution. (The sources need not necessarily be
 %% in the same archive or directory.)
-\NeedsTeXFormat{LaTeX2e}[1997/12/01]
+\NeedsTeXFormat{LaTeX2e}[1997-12-01]
 \ProvidesPackage{endheads}
-   [2017/4/6 v1.6 endheads file]
+   [2025-02-12 v1.7 endheads file]
 \providecommand*{\ifrefundefined}[1]{%
   \expandafter\ifx\csname r@#1\endcsname\relax
     \expandafter\@firstoftwo
@@ -98,10 +98,10 @@
 \newcommand{\changenotesheader}[1]{\notesheadername={#1}}
 \newtoks{\notescontentsname}
 \notescontentsname={Notes}
-\newcommand{\changenotescontentsname}[1]{\notescontentsname={#1}}
+\newcommand{\changenotescontentsname}[1]{\notescontentsname={#1}} 
 \newtoks{\chapternoteslinename}
 \chapternoteslinename={Chapter}
-\newcommand{\changechapternotesline}[1]{\chapternoteslinename={#1}}
+\newcommand{\changechapternotesline}[1]{\chapternoteslinename={#1}} 
 \@ifclassloaded{memoir}{
 \makepagestyle{endnotesstyle}
 \makeevenhead{endnotesstyle}{{\small\textrm{\thepage}}}{{\small{\em \the\notesheadername~\mymarks}}}{}
@@ -228,6 +228,7 @@
     \fi}
 }
 
+\endinput 
 \endinput
 %%
 %% End of file `endheads.sty'.



More information about the tex-live-commits mailing list.