diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ledmac/ledmac.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ledmac/ledmac.sty | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/ledmac/ledmac.sty b/Master/texmf-dist/tex/latex/ledmac/ledmac.sty index 85fbc82d704..dd79f3e39b7 100644 --- a/Master/texmf-dist/tex/latex/ledmac/ledmac.sty +++ b/Master/texmf-dist/tex/latex/ledmac/ledmac.sty @@ -23,7 +23,7 @@ %% This work consists of the files listed in the README file. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{ledmac}[2015/07/19 v0.19.2a LaTeX port of EDMAC] +\ProvidesPackage{ledmac}[2015/10/14 v0.19.3 LaTeX port of EDMAC] \newif\ifledfinal \newif\ifnoeledmac @@ -1441,7 +1441,8 @@ \bgroup \notefontsetup \footsplitskips - \setbox0=\vbox{\hsize=\maxdimen + \setbox0=\vbox{\hsize=\maxdimen% + \let\bidi@RTL@everypar\@empty% \noindent\csname #1footfmt\endcsname#2}% \setbox0=\hbox{\unvxh0}% \dp0=0pt @@ -1455,7 +1456,8 @@ \unvbox\@nameuse{mp#1footins}% \notefontsetup \footsplitskips - \setbox0=\vbox{\hsize=\maxdimen + \setbox0=\vbox{\hsize=\maxdimen% + \let\bidi@RTL@everypar\@empty% \noindent\color@begingroup\csname #1footfmt\endcsname #2\color@endgroup}% \setbox0=\hbox{\unvxh0}% \dp0=\z@ @@ -2376,7 +2378,8 @@ \bgroup \notefontsetup \footsplitskips - \setbox0=\vbox{\hsize=\maxdimen + \setbox0=\vbox{\hsize=\maxdimen% + \let\bidi@RTL@everypar\@empty% \noindent\@nameuse{footfmt#1}{#1}{#2}}% \setbox0=\hbox{\unvxh0}% \dp0=\z@ @@ -2389,7 +2392,8 @@ \unvbox\@nameuse{mpfootins#1} \notefontsetup \footsplitskips - \setbox0=\vbox{\hsize=\maxdimen + \setbox0=\vbox{\hsize=\maxdimen% + \let\bidi@RTL@everypar\@empty% \noindent\color@begingroup\@nameuse{footfmt#1}{#1}{#2}\color@endgroup}% \setbox0=\hbox{\unvxh0}% \dp0=\z@ |