diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-09 22:16:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-09 22:16:16 +0000 |
commit | cc1830de760ee3ac86c6df5ca7407e9ecf1be41a (patch) | |
tree | e1a53f822c6ff6d4cca54c74d55e7a717865b101 /Master/texmf-dist/tex/xelatex/bidi/footnote-xetex-bidi.def | |
parent | 9c2a25cc4301f5c03818c5831c397c95cf3501c8 (diff) |
bidi (9aug17)
git-svn-id: svn://tug.org/texlive/trunk@45001 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/bidi/footnote-xetex-bidi.def')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/bidi/footnote-xetex-bidi.def | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/xelatex/bidi/footnote-xetex-bidi.def b/Master/texmf-dist/tex/xelatex/bidi/footnote-xetex-bidi.def index 3ddad853a39..406763063db 100644 --- a/Master/texmf-dist/tex/xelatex/bidi/footnote-xetex-bidi.def +++ b/Master/texmf-dist/tex/xelatex/bidi/footnote-xetex-bidi.def @@ -17,7 +17,7 @@ %% by Vafa Khalighi. %% %% -%% \CheckSum{48381} +%% \CheckSum{48398} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z @@ -34,7 +34,7 @@ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} %% -\ProvidesFile{footnote-xetex-bidi.def}[2016/09/09 v1.0 bidi footnote macros for XeTeX engine] +\ProvidesFile{footnote-xetex-bidi.def}[2017/08/09 v1.1 bidi footnote macros for XeTeX engine] \if@RTLmain\@RTL@footnotetrue\else\@RTL@footnotefalse\fi \newif\ifbidi@autofootnoterule \def\bidi@mpfootnoterule{\footnoterule} @@ -180,12 +180,13 @@ \def\unsetfootnoteRL{\@RTL@footnotefalse} \def\setfootnoteLR{\unsetfootnoteRL} -\newcommand*{\bidi@@footnotetext@font}{\reset@font\footnotesize} -\newcommand*{\bidi@@LTRfootnotetext@font}{\reset@font\footnotesize} -\newcommand*{\bidi@@RTLfootnotetext@font}{\reset@font\footnotesize} +\newcommand*{\bidi@@footnotetext@font}{\footnotesize} +\newcommand*{\bidi@@LTRfootnotetext@font}{\footnotesize} +\newcommand*{\bidi@@RTLfootnotetext@font}{\footnotesize} \long\def\@footnotetext#1{\insert\footins{% \if@RTL@footnote\@RTLtrue\else\@RTLfalse\fi% + \reset@font% \bidi@@footnotetext@font% \reset@font\footnotesize \interlinepenalty\interfootnotelinepenalty \splittopskip\footnotesep @@ -201,6 +202,7 @@ \long\def\@RTLfootnotetext#1{\insert\footins{% \@RTLtrue% + \reset@font% \bidi@@RTLfootnotetext@font% \reset@font\footnotesize \interlinepenalty\interfootnotelinepenalty \splittopskip\footnotesep @@ -216,6 +218,7 @@ \long\def\@LTRfootnotetext#1{\insert\footins{% \@RTLfalse% + \reset@font% \bidi@@LTRfootnotetext@font% \reset@font\footnotesize \interlinepenalty\interfootnotelinepenalty \splittopskip\footnotesep @@ -245,6 +248,7 @@ \ifbidi@autofootnoterule\ifnum\c@mpfootnote=\@ne\global\let\bidi@mpfootnoterule\right@footnoterule\fi\fi% \global\setbox\@mpfootins\vbox{\@RTLtrue% \unvbox\@mpfootins + \reset@font% \bidi@@RTLfootnotetext@font% \reset@font\footnotesize \hsize\columnwidth \@parboxrestore @@ -258,6 +262,7 @@ \ifbidi@autofootnoterule\ifnum\c@mpfootnote=\@ne\global\let\bidi@mpfootnoterule\left@footnoterule\fi\fi% \global\setbox\@mpfootins\vbox{\@RTLfalse% \unvbox\@mpfootins + \reset@font% \bidi@@LTRfootnotetext@font% \reset@font\footnotesize \hsize\columnwidth \@parboxrestore @@ -271,6 +276,7 @@ \ifbidi@autofootnoterule\ifnum\c@mpfootnote=\@ne\if@RTL@footnote\global\let\bidi@mpfootnoterule\right@footnoterule\else\global\let\bidi@mpfootnoterule\left@footnoterule\fi\fi\fi% \global\setbox\@mpfootins\vbox{\if@RTL@footnote\@RTLtrue\else\@RTLfalse\fi% \unvbox\@mpfootins + \reset@font% \bidi@@footnotetext@font% \reset@font\footnotesize \hsize\columnwidth \@parboxrestore |