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 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def b/Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def index be193adcc40..9381553429e 100644 --- a/Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def +++ b/Master/texmf-dist/tex/latex/bidi/loadingorder-bidi.def @@ -7,12 +7,12 @@ %% bidi.dtx (with options: `loadingorder-bidi.def') %% %% ______________________________________ -%% Copyright © 2009–2011 Vafa Khalighi +%% Copyright © 2009–2011 VAFA KHALIGHI %% %% License information appended. %% %% -\ProvidesFile{loadingorder-bidi.def}[2011/04/16 v0.6 making sure that bidi is the last package loaded] +\ProvidesFile{loadingorder-bidi.def}[2011/09/16 v0.7 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 @@ -42,6 +42,7 @@ \bidi@isloaded{empheq} \bidi@isloaded{pdfpages} \bidi@isloaded{listings} +\bidi@isloaded{lettrine} \bidi@isloaded{pstricks} \bidi@isloaded{pgf} \bidi@isloaded{quotchap} @@ -133,6 +134,9 @@ \if@bidi@pdfpagesloaded@\else \bidi@isloaded[\PackageError{bidi}{Oops! you have loaded package pdfpages after bidi package. Please load package pdfpages before bidi package, and then try to run xelatex on your document again}{}]{pdfpages} \fi% + \if@bidi@lettrineloaded@\else + \bidi@isloaded[\PackageError{bidi}{Oops! you have loaded package lettrine after bidi package. Please load package lettrine before bidi package, and then try to run xelatex on your document again}{}]{lettrine} + \fi% \if@bidi@listingsloaded@\else \bidi@isloaded[\PackageError{bidi}{Oops! you have loaded package listings after bidi package. Please load package listings before bidi package, and then try to run xelatex on your document again}{}]{listings} \fi% @@ -216,14 +220,14 @@ \fi% } %% -%% Copyright © 2009–2011 Vafa Khalighi <vafaklg@gmail.com> +%% Copyright © 2009–2011 VAFA KHALIGHI <vafaklg@gmail.com> %% %% 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 “author-maintained” (as per LPPL maintenance status) -%% by Vafa Khalighi. +%% by VAFA KHALIGHI. %% %% %% |