diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/poemscol/poemscol.sty | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/poemscol/poemscol.sty b/Master/texmf-dist/tex/latex/poemscol/poemscol.sty index 40a126fc701..756f8a04270 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} - [2019/09/15 v3.13 poemscol file] + [2019/09/27 v3.14 poemscol file] %|\prosexyznote| %% @@ -1015,7 +1015,12 @@ \newcommand{\@poempagetotextnotes}[1]{% \immediate\write\textnotes{\string\par\string\argpageref\string{#1\string}\string\unskip}% \@pagemarktotextnotes{#1}} -\newcommand{\@poemtitletotextnotes}[1]{\literaltextnote{\textbf{#1}}} +\newcommand{\@poemtitletotextnotes}[1]{% +\ifputpagenumberinnotes% +\literaltextnote{\textbf{#1}}% +\else% +\literaltextnote{\par}\literaltextnote{\textbf{#1}}% +\fi} \newif\ifappendixincontents \appendixincontentstrue \newif\ifforewordincontents |