diff options
author | Karl Berry <karl@freefriends.org> | 2020-08-09 21:29:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-08-09 21:29:39 +0000 |
commit | 7aa248c8cb1dc61fcc302191f7fcbae48e40afe4 (patch) | |
tree | 209b190fa64469658c02a909244ae3552df8aa55 /Master/texmf-dist/tex/latex/poemscol | |
parent | a296a35fcd030f6bb64680899e1b69ea64cfbbc8 (diff) |
poemscol (9aug20)
git-svn-id: svn://tug.org/texlive/trunk@56082 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/poemscol')
-rw-r--r-- | Master/texmf-dist/tex/latex/poemscol/poemscol.sty | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/poemscol/poemscol.sty b/Master/texmf-dist/tex/latex/poemscol/poemscol.sty index 895a3b53780..279323a456d 100644 --- a/Master/texmf-dist/tex/latex/poemscol/poemscol.sty +++ b/Master/texmf-dist/tex/latex/poemscol/poemscol.sty @@ -22,7 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e}[1997/12/01] \ProvidesPackage{poemscol} - [2020/06/12 v3.141592 poemscol file] + [2020/06/12 v3.1415926 poemscol file] %|\prosexyznote| %% @@ -763,13 +763,11 @@ \nolinebreak\incrementverselinenumber% \fi% \speciallinelockfalse% -\nolinebreak\\ +\nolinebreak\\% } \newcommand{\incrementverselinenumber}{% \nolinebreak\addtocounter{verselinenumber}{1}% -\makeatletter - \@ifundefined{marksthe}{\relax}{\marksthe{verselinemark}{\theverselinenumber}} -\makeatother + \@ifundefined{marksthe}{\relax}{\marksthe{verselinemark}{\theverselinenumber}}% \addtocounter{printlineindex}{1}% \ifnum\theprintlineindex>\thelineindexrepeat% \ifverselinenumbers\nobreak% |