diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/reledmac/reledmac.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/reledmac/reledmac.sty | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/reledmac/reledmac.sty b/Master/texmf-dist/tex/latex/reledmac/reledmac.sty index 03efa588363..126120131fe 100644 --- a/Master/texmf-dist/tex/latex/reledmac/reledmac.sty +++ b/Master/texmf-dist/tex/latex/reledmac/reledmac.sty @@ -37,7 +37,7 @@ %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{reledmac}[2021/03/08 v2.37.1 typesetting critical editions]% +\ProvidesPackage{reledmac}[2021/04/04 v2.37.2 typesetting critical editions]% \RequirePackage{xkeyval} \newif\ifparledgroup \newif\ifsameparallelpagenumber% @@ -377,9 +377,9 @@ \l@wrap@ifnotemptybox{\csname #1\endcsname}{#2}% }% \ifledfinal - \newcommand*{\showlemma}[1]{#1} + \global\notbool{parapparatus@}{\newcommand*}{\newcommand}{\showlemma}[1]{#1}% \else - \newcommand*{\showlemma}[1]{\textbf{#1}}% + \global\notbool{parapparatus@}{\newcommand*}{\newcommand}{\showlemma}[1]{\textbf{#1}}% \fi \let\linenumberlist=\empty @@ -2699,7 +2699,7 @@ }% {}% \csuse{##1@forinserting@####1}% - \strut\par% + \strut\par\allowbreak% }% \global\csundef{##1@forinserting@####1}% }% @@ -3639,7 +3639,7 @@ togl{Xstanza@#2}% and bool {numberstanza}% and not (% - togl{Xpstartonlyfirst@#2}% + togl{Xstanzaonlyfirst@#2}% and test {\ifnumequal{\csuse{Xprevstanza@#2}}{\current@stanza}}% )% }{% @@ -5492,6 +5492,9 @@ \fi% \begingroup% \newcommand{\content}{##2}% + \ifcsstring{series@display#1}{paragraph}{% + \patchcmd{\@tag}{\par}{\relax}{}{}% + }{}% \ifnumberedpar@% \ifledRcol% \ifluatex% |