diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/poetry/poetry.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/poetry/poetry.sty | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/poetry/poetry.sty b/Master/texmf-dist/tex/latex/poetry/poetry.sty index 550b41f20f7..01c2be7fc14 100644 --- a/Master/texmf-dist/tex/latex/poetry/poetry.sty +++ b/Master/texmf-dist/tex/latex/poetry/poetry.sty @@ -26,10 +26,12 @@ %% derived files poetry.sty and poetry.pdf. \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{poetry}[2019/05/02 v2.1 support for typesetting poetry] +\ProvidesPackage{poetry}[2019/05/02 v2.2 support for typesetting poetry] \RequirePackage{modulus}% +\@ifundefined{c@poemline}{% \newcounter{poemline}% +}{} \newcount\poemlineno% \newcounter{poemrtline}% \newcount\poemrtlineno% |