diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/bidi/fix2col-xetex-bidi.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/bidi/fix2col-xetex-bidi.def | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/fix2col-xetex-bidi.def b/Master/texmf-dist/tex/latex/bidi/fix2col-xetex-bidi.def index c434498fd0a..1e7fed31a3f 100644 --- a/Master/texmf-dist/tex/latex/bidi/fix2col-xetex-bidi.def +++ b/Master/texmf-dist/tex/latex/bidi/fix2col-xetex-bidi.def @@ -12,7 +12,7 @@ %% License information appended. %% %% -\ProvidesFile{fix2col-xetex-bidi.def}[2012/12/12 v0.1 bidi adaptations for fix2col package for XeTeX engine] +\ProvidesFile{fix2col-xetex-bidi.def}[2013/04/08 v0.2 bidi adaptations for fix2col package for XeTeX engine] \def\RTL@outputdblcol{% \if@firstcolumn \global\@firstcolumnfalse @@ -31,7 +31,9 @@ \let\firstmark\@firstcolfirstmark \let\topmark\@firstcoltopmark}% \fi -\else \global\@firstcolumntrue + \global\count\footins\@m + \global\skip\footins\rcol@footinsskip +\else \preparefootins \global\@firstcolumntrue \setbox\@outputbox \vbox {\hbox to\textwidth {% \hskip \columnwidth \hfil \vrule width\columnseprule \hfil @@ -63,7 +65,9 @@ \let\firstmark\@firstcolfirstmark \let\topmark\@firstcoltopmark}% \fi - \else + \global\count\footins\@m + \global\skip\footins\rcol@footinsskip + \else \preparefootins \global\@firstcolumntrue \setbox\@outputbox\vbox{% \hb@xt@\textwidth{% |