diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/poemscol/poemscol.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/poemscol/poemscol.dtx | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/poemscol/poemscol.dtx b/Master/texmf-dist/source/latex/poemscol/poemscol.dtx index b1dd14c6d94..5f1b81d4af7 100644 --- a/Master/texmf-dist/source/latex/poemscol/poemscol.dtx +++ b/Master/texmf-dist/source/latex/poemscol/poemscol.dtx @@ -23,7 +23,7 @@ % \iffalse %<package>\NeedsTeXFormat{LaTeX2e}[1997/12/01] %<package>\ProvidesPackage{poemscol} -%<package> [2020/06/12 v3.141592 poemscol file] +%<package> [2020/06/12 v3.1415926 poemscol file] % %<*driver> \documentclass{ltxdoc} @@ -273,6 +273,7 @@ % traditional footnotes, at the bottom of the page like ``Layered'' footnotes, or at the % end of the poem. Marginal marks set by JHpoemtitle can be placed % independently of the marginal marks produced by margreftextnote..} +% \changes{v3.1415926}{2020/08/08}{Bug fix. Extra white space problem. Thanks to David Carlisle.} % \DoNotIndex{\newcommand,\newenvironment,\def,\edef,\else,\renewcommand,\makeatletter,\makeatother} % \DoNotIndex{\abovedisplayskip,\belowdisplayskip,\abovedisplayshortskip,\belowdisplayshortskip} % \DoNotIndex{\newcommand, \section, \subsection, \subsubsection, @@ -305,15 +306,15 @@ % \textsc, \unskip} % \setcounter{IndexColumns}{2} % \MakeShortVerb{|} -% \def\fileversion{3.141592} -% \def\filedate{12 June 2020} -% \def\docdate{12 June 2020} +% \def\fileversion{3.1415926} +% \def\filedate{8 August 2020} +% \def\docdate{8 August 2020} % \title{Typesetting Poetry Collections with % \textsf{poemscol}\thanks{This document corresponds to % \textsf{poemscol}~\fileversion, dated \filedate.}} % \author{John Burt % \\ \texttt{burt@brandeis.edu}} -% \date{12 June 2020} +% \date{8 August 2020} % \maketitle % \begin{abstract} \textsf{poemscol} provides commands for \LaTeX\ for % setting collections of poetry. It is especially suited for setting @@ -5684,16 +5685,16 @@ \nolinebreak\incrementverselinenumber% \fi% \speciallinelockfalse% -\nolinebreak\\ +\nolinebreak\\% } % \newif\iflongpoemon % \longpoemonfalse \newcommand{\incrementverselinenumber}{% \nolinebreak\addtocounter{verselinenumber}{1}% %\iflongpoemon\marksthe{verselinemark}{\theverselinenumber}\fi% -\makeatletter - \@ifundefined{marksthe}{\relax}{\marksthe{verselinemark}{\theverselinenumber}} -\makeatother +%\makeatletter + \@ifundefined{marksthe}{\relax}{\marksthe{verselinemark}{\theverselinenumber}}% +%\makeatother \addtocounter{printlineindex}{1}% \ifnum\theprintlineindex>\thelineindexrepeat% \ifverselinenumbers\nobreak% |