diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def b/Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def index a18f3f25280..2fc7867d129 100644 --- a/Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def +++ b/Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def @@ -18,6 +18,7 @@ \bidi@isloaded{breqn} \bidi@isloaded{caption} \bidi@isloaded{crop} +\bidi@isloaded{cutwin} \bidi@isloaded{color} \bidi@isloaded{dblfnote} \bidi@isloaded{xcolor} @@ -84,6 +85,9 @@ \@ifpackageloaded{hyperref}{}{% \bidi@isloaded[\PackageError{bidi}{Oops! you have loaded package color after bidi package. Please load package color before bidi package, and then try to run xelatex on your document again}{}]{color}} \fi% + \if@bidi@cutwinloaded@\else + \bidi@isloaded[\PackageError{bidi}{Oops! you have loaded package cutwin after bidi package. Please load package cutwin before bidi package, and then try to run xelatex on your document again}{}]{cutwin} + \fi% \if@bidi@dblfnoteloaded@\else \bidi@isloaded[\PackageError{bidi}{Oops! you have loaded package dblfnote after bidi package. Please load package dblfnote before bidi package, and then try to run xelatex on your document again}{}]{dblfnote} \fi% |