summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/eledmac/eledmac.sty12
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/eledmac/eledmac.sty b/Master/texmf-dist/tex/latex/eledmac/eledmac.sty
index c372fc09be4..2bbd72a8ce5 100644
--- a/Master/texmf-dist/tex/latex/eledmac/eledmac.sty
+++ b/Master/texmf-dist/tex/latex/eledmac/eledmac.sty
@@ -24,7 +24,7 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{eledmac}[2012/12/11 v1.4.2 LaTeX port of EDMAC]
+\ProvidesPackage{eledmac}[2012/12/18 v1.4.3 LaTeX port of EDMAC]
\newif\ifledfinal
\newif\ifparapparatus@
\newif\ifnoquotation@
@@ -1807,7 +1807,7 @@
\fi}
\newcommand{\l@dbfnote}[1]{%
\ifnumberedpar@
- \gdef\@tag{#1}
+ \gdef\@tag{#1}%
\xright@appenditem{\noexpand\vl@dbfnote{{\csexpandonce{@tag}}}{\@thefnmark}}%
\to\inserts@list
\global\advance\insert@count \@ne
@@ -2166,6 +2166,7 @@
\newtoggle{nonumberinfootnote@#1}%
\csgdef{beforenumberinfootnote@#1}{0pt}%
\csgdef{afternumberinfootnote@#1}{0.5em}%
+ \newtoggle{nonbreakableafternumber@#1}%
\csgdef{beforesymlinenum@#1}{\csuse{beforenumberinfootnote@#1}}%
\csgdef{aftersymlinenum@#1}{\csuse{afternumberinfootnote@#1}}%
\csgdef{inplaceofnumber@#1}{1em}%
@@ -2370,6 +2371,7 @@
\newhooktoggle@series{nonumberinfootnote}
\newhooktoggle@series{pstartinfootnote}
\newhooktoggle@series{onlypstartinfootnote}
+\newhooktoggle@series{nonbreakableafternumber}
\newcommand*{\notenumfont}{\normalfont}
\newcommand*{\notefontsetup}{\footnotesize}
\newif\ifledplinenum
@@ -2431,7 +2433,7 @@
\iftoggle{onlypstartinfootnote@#2}{}{\printlines#1|}%
\hfill}%
}%
- \hspace{\csuse{afternumberinfootnote@#2}}%
+ \iftoggle{nonbreakableafternumber@#2}{\nobreak}{}\hspace{\csuse{afternumberinfootnote@#2}}%
}%
}%
{%
@@ -2445,7 +2447,7 @@
\iftoggle{onlypstartinfootnote@#2}{}{\printlines#1|}%
\hfill}%
}%
- \hspace{\csuse{afternumberinfootnote@#2}}%
+ \iftoggle{nonbreakableafternumber@#2}{\nobreak}{}\hspace{\csuse{afternumberinfootnote@#2}}%
}%
}%
{%
@@ -2460,7 +2462,7 @@
\iftoggle{onlypstartinfootnote@#2}{}{\printlines#1|}%
\hfill}%
}%
- \hspace{\csuse{afternumberinfootnote@#2}}%
+ \iftoggle{nonbreakableafternumber@#2}{\nobreak}{}\hspace{\csuse{afternumberinfootnote@#2}}%
}%
\csxdef{prevline#2}{\lineinfo@}%
}%