diff options
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/bidi/amsbook-xetex-bidi.def')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/bidi/amsbook-xetex-bidi.def | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/xelatex/bidi/amsbook-xetex-bidi.def b/Master/texmf-dist/tex/xelatex/bidi/amsbook-xetex-bidi.def index 1ca3f81aad0..aa3875dac6e 100644 --- a/Master/texmf-dist/tex/xelatex/bidi/amsbook-xetex-bidi.def +++ b/Master/texmf-dist/tex/xelatex/bidi/amsbook-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{amsbook-xetex-bidi.def}[2017/06/09 v1.1 bidi adaptations for amsbook class for XeTeX engine] +\ProvidesFile{amsbook-xetex-bidi.def}[2017/08/09 v1.2 bidi adaptations for amsbook class for XeTeX engine] \def\@tocline#1#2#3#4#5#6#7{\relax \ifnum #1>\c@tocdepth % then omit \else @@ -78,6 +78,7 @@ \long\def\@footnotetext#1{% \insert\footins{% \if@RTL@footnote\@RTLtrue\else\@RTLfalse\fi% + \reset@font% \bidi@@footnotetext@font% \normalfont\footnotesize \interlinepenalty\interfootnotelinepenalty \splittopskip\footnotesep \splitmaxdepth \dp\strutbox @@ -91,6 +92,7 @@ \long\def\@RTLfootnotetext#1{% \insert\footins{% \@RTLtrue% + \reset@font% \bidi@@RTLfootnotetext@font% \normalfont\footnotesize \interlinepenalty\interfootnotelinepenalty \splittopskip\footnotesep \splitmaxdepth \dp\strutbox @@ -104,6 +106,7 @@ \long\def\@LTRfootnotetext#1{% \insert\footins{% \@RTLfalse% + \reset@font% \bidi@@LTRfootnotetext@font% \normalfont\footnotesize \interlinepenalty\interfootnotelinepenalty \splittopskip\footnotesep \splitmaxdepth \dp\strutbox |