diff options
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% |