summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/eledmac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-06-24 22:42:10 +0000
committerKarl Berry <karl@freefriends.org>2014-06-24 22:42:10 +0000
commitd7f2c31f3e59af86d03126b39cc226654128040c (patch)
tree1b3ea2d18b52f9a1c3153478b3af8250efb2d7f6 /Master/texmf-dist/source/latex/eledmac
parentf1576a3a9d7ff6799155c8c2a3f7d6ef81e2a89f (diff)
eledmac (29may14)
git-svn-id: svn://tug.org/texlive/trunk@34392 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/eledmac')
-rw-r--r--Master/texmf-dist/source/latex/eledmac/eledmac.dtx7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
index 736ab9c5431..c4b008167d2 100644
--- a/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
+++ b/Master/texmf-dist/source/latex/eledmac/eledmac.dtx
@@ -51,7 +51,7 @@
%
% \fi
%
-% \CheckSum{8924}
+% \CheckSum{8925}
%
% \makeatletter
% \newcommand*{\DescribeIt}{\leavevmode\@bsphack\begingroup\MakePrivateLetters
@@ -188,6 +188,7 @@
% \changes{v1.10.5}{2014/04/14}{Debug of \cs{xxref}.}
% \changes{v1.10.5}{2014/04/14}{Debug of \cs{pausenumbering}.}
% \changes{v1.10.6}{2014/05/01}{Debug of interaction between \cs{autopar} and\cs{pausenumbering}.}
+% \changes{v1.11.1}{2014/05/29}{Correct a bug when a critical note starts by plus or minus.}
% \hyphenation{man-u-script man-u-scripts}
%
% \newcommand{\Lpack}[1]{\textsf{#1}}
@@ -2785,7 +2786,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{eledmac}[2014/05/09 v1.11.0 LaTeX port of EDMAC]
+\ProvidesPackage{eledmac}[2014/05/29 v1.11.1 LaTeX port of EDMAC]
% \end{macrocode}
%
% Generally, these are the modifications to the original.
@@ -6821,7 +6822,7 @@
{\nottoggle{Xlemmadisablefontselection@#4}{\select@lemmafont#1|#2}{#2}}%
\iftoggle{nosep@}{\hskip\csuse{inplaceoflemmaseparator@#4}}{\ifcsempty{lemmaseparator@#4}%
{\hskip\csuse{inplaceoflemmaseparator@#4}}%
- {\nobreak\hskip\csuse{beforelemmaseparator@#4}\csuse{lemmaseparator@#4}\hskip\csuse{afterlemmaseparator@#4}%
+ {\nobreak\hskip\csuse{beforelemmaseparator@#4}\csuse{lemmaseparator@#4}\hskip\csuse{afterlemmaseparator@#4}\relax%
}}%
#3\strut\par}
% \end{macrocode}