diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-15 00:34:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-15 00:34:13 +0000 |
commit | b06a6a419a7f96c70daab3defe237f7ac9bea921 (patch) | |
tree | b466b0e363440b53a9193535336eb0ad1effdd76 /Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def | |
parent | 61022469573c70d6e80ea4689ea626d3c6656534 (diff) |
bidi update (14may10)
git-svn-id: svn://tug.org/texlive/trunk@18271 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def b/Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def index acb20581ea0..6ca995492ca 100644 --- a/Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def +++ b/Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def @@ -8,7 +8,7 @@ %% License information appended. %% %% -\ProvidesFile{loadingorder-bidi.def}[2010/07/25 v0.4 making sure that bidi is the last package loaded] +\ProvidesFile{loadingorder-bidi.def}[2010/07/25 v0.5 making sure that bidi is the last package loaded] \newcommand\bidi@isloaded[2][]{ \expandafter\ifx\csname if@bidi@#2loaded@\endcsname\relax \expandafter\newif\csname if@bidi@#2loaded@\endcsname @@ -38,6 +38,7 @@ \bidi@isloaded{tikz} \bidi@isloaded{array} \bidi@isloaded{stabular} +\bidi@isloaded{subfig} \bidi@isloaded{subfigure} \bidi@isloaded{supertabular} \bidi@isloaded{xtab} @@ -121,6 +122,9 @@ \if@bidi@stabularloaded@\else \bidi@isloaded[\PackageError{bidi}{Oops! you have loaded package stabular after bidi package. Please load package stabular before bidi package, and then try to run xelatex on your document again}{}]{stabular} \fi% + \if@bidi@subfigloaded@\else + \bidi@isloaded[\PackageError{bidi}{Oops! you have loaded package subfig after bidi package. Please load package subfig before bidi package, and then try to run xelatex on your document again}{}]{subfig} + \fi% \if@bidi@subfigureloaded@\else \bidi@isloaded[\PackageError{bidi}{Oops! you have loaded package subfigure after bidi package. Please load package subfigure before bidi package, and then try to run xelatex on your document again}{}]{subfigure} \fi% |