summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/reledmac
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2021-04-05 22:46:37 +0000
committerNorbert Preining <preining@logic.at>2021-04-05 22:46:37 +0000
commite8ef520131eeeed6fdd60d871ab9d2f89c52f204 (patch)
tree4c6f91d47fb6b65719c82d20e97b98f158047096 /Master/texmf-dist/source/latex/reledmac
parent1347bfb1c9e27a8be7d4e4a6a9301a453a363d91 (diff)
reledmac (6apr21)
git-svn-id: svn://tug.org/texlive/trunk@58763 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/reledmac')
-rw-r--r--Master/texmf-dist/source/latex/reledmac/reledmac.dtx16
1 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
index 7535c44e0e3..5fe03826568 100644
--- a/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
+++ b/Master/texmf-dist/source/latex/reledmac/reledmac.dtx
@@ -578,6 +578,9 @@
% \changes{v2.37.0}{2021/02/28}{Fix bug with \protect\cs{Xnonote}}
% \changes{v2.37.0}{2021/02/28}{Improve syntaxis check.}
% \changes{v2.37.1}{2021/03/08}{Fix bug with \protect\cs{edgls} and related in \protect\cs{edtext} argument. Require \protect\package{glossaries-extra} is \protect\package{glossaries} is loaded.}
+% \changes{v2.37.2}{2021/04/04}{Fix bug with \protect\cs{Xstanzaonlyfirst}.}
+% \changes{v2.37.2}{2021/04/04}{Fix bug with \protect\option{parapparatus} option and nested \protect\cs{edtext}.}
+% \changes{v2.37.1}{2021/04/04}{Fix bug with \protect\cs{Xgroupbyline} and two or three columns notes.}
% Typeset scholarly editions with \LaTeX\thanks{This file (\dtxfilename)
% has version number \fileversion, last revised \filedate.}}
%
@@ -4468,7 +4471,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{reledmac}[2021/03/08 v2.37.1 typesetting critical editions]%
+\ProvidesPackage{reledmac}[2021/04/04 v2.37.2 typesetting critical editions]%
% \end{macrocode}
%
% \subsection{Package options}
@@ -5201,9 +5204,9 @@
% \changes{v0.4.0}{2004/02/29}{Added \protect\cs{showlemma}}
% \begin{macrocode}
\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
% \end{macrocode}
@@ -10395,7 +10398,7 @@
}%
{}%
\csuse{##1@forinserting@####1}%
- \strut\par%
+ \strut\par\allowbreak%
}%
\global\csundef{##1@forinserting@####1}%
}%
@@ -12251,7 +12254,7 @@
togl{Xstanza@#2}%
and bool {numberstanza}%
and not (%
- togl{Xpstartonlyfirst@#2}%
+ togl{Xstanzaonlyfirst@#2}%
and test {\ifnumequal{\csuse{Xprevstanza@#2}}{\current@stanza}}%
)%
}{%
@@ -15120,6 +15123,9 @@
\fi%
\begingroup%
\newcommand{\content}{##2}%
+ \ifcsstring{series@display#1}{paragraph}{%
+ \patchcmd{\@tag}{\par}{\relax}{}{}%
+ }{}%
\ifnumberedpar@%
\ifledRcol%
\ifluatex%