blob: 94c9ffa0dcafcb0d6fc27e03b6eb370d0e7755ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
%%
%% This is file `mdframed-xetex-bidi.def',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% bidi.dtx (with options: `mdframed-xetex-bidi.def')
%%
%% ______________________________________
%% Copyright © 2009–2013 Persian TeX Group
%%
%% License information appended.
%%
%%
\ProvidesFile{mdframed-xetex-bidi.def}[2013/04/08 v0.1 bidi adaptations for mdframed package for XeTeX engine]
\newif\if@bidi@mdf@RTL
\def\mdf@lrbox#1{%
%%patch to work with amsthm
\mdf@patchamsthm
%%%end patch
\edef\mdf@restoreparams{%
\parindent=\the\parindent\relax \parskip=\the\parskip\relax}%
\if@RTL\@bidi@mdf@RTLtrue\fi%
\@RTLfalse%
\setbox#1\vbox\bgroup%
\color@begingroup%
\if@bidi@mdf@RTL\@RTLtrue\fi%
\mdf@horizontalmargin@equation%
\columnwidth=\hsize%
\textwidth=\hsize%
\let\if@nobreak\iffalse%
\let\if@noskipsec\iffalse%
\let\par\@@par%
\let\-\@dischyph%
\let\'\@acci\let\`\@accii\let\=\@acciii%
\parindent\z@ \parskip\z@skip%
\linewidth\hsize%
\@totalleftmargin\z@%
\leftskip\z@skip \rightskip\z@skip \@rightskip\z@skip%
\parfillskip\@flushglue \lineskip\normallineskip%
\baselineskip\normalbaselineskip%
%% \sloppy%
\let\\\@normalcr%
\mdf@restoreparams\relax%
\@afterindentfalse%
\@afterheading%
}
\newrobustcmd*\mdf@left@footnoterule{%
\kern0\p@%
\hrule \@width 1in \kern 2.6\p@}
\newrobustcmd*\mdf@right@footnoterule{%
\hbox to \columnwidth
{\beginR \vbox{\kern0\p@%
\hrule \@width 1in \kern 2.6\p@}\hfil\endR}}
\newrobustcmd*\mdf@textwidth@footnoterule{\kern0\p@%
\hrule \@width \columnwidth \kern 2.6\p@}
\newrobustcmd*\mdf@leftfootnoterule{%
\bidi@autofootnoterulefalse%
\renewrobustcmd*\mdf@footnoterule{\mdf@left@footnoterule}}
\newrobustcmd*\mdf@rightfootnoterule{%
\bidi@autofootnoterulefalse%
\renewrobustcmd*\mdf@footnoterule{\mdf@right@footnoterule}}
\newrobustcmd*\mdf@textwidthfootnoterule{%
\bidi@autofootnoterulefalse%
\renewrobustcmd*\mdf@footnoterule{\mdf@textwidth@footnoterule}}
\renewrobustcmd*\mdf@footnoteinput{%
\def\@mpfn{mpfootnote}%
\def\thempfn{\thempfootnote}%
\c@mpfootnote\z@%
\let\@footnotetext\@mpfootnotetext%
\let\@LTRfootnotetext\@mpLTRfootnotetext%
\let\@RTLfootnotetext\@mpRTLfootnotetext%
\let\leftfootnoterule\mdf@leftfootnoterule%
\let\LRfootnoterule=\leftfootnoterule%
\let\rightfootnoterule\mdf@rightfootnoterule%
\let\textwidthfootnoterule\mdf@textwidthfootnoterule%
}
%%
%% Copyright © 2009–2013 Persian TeX Group <persian-tex@tug.org>
%%
%% It may be distributed and/or modified under the LaTeX Project Public License,
%% version 1.3c or higher (your choice). The latest version of
%% this license is at: http://www.latex-project.org/lppl.txt
%%
%% This work is “maintained” (as per LPPL maintenance status)
%% by Persian TeX Group.
%%
%%
%%
%%
%% End of file `mdframed-xetex-bidi.def'.
|