From 5fd15d101add3e08ff14e00c8a38998602e87959 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 10 Apr 2010 00:04:40 +0000 Subject: bidi now lualatex, too (9apr10) git-svn-id: svn://tug.org/texlive/trunk@17780 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/bidi/longtable-xetex-bidi.def | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/bidi/longtable-xetex-bidi.def (limited to 'Master/texmf-dist/tex/latex/bidi/longtable-xetex-bidi.def') diff --git a/Master/texmf-dist/tex/latex/bidi/longtable-xetex-bidi.def b/Master/texmf-dist/tex/latex/bidi/longtable-xetex-bidi.def new file mode 100644 index 00000000000..919b4845111 --- /dev/null +++ b/Master/texmf-dist/tex/latex/bidi/longtable-xetex-bidi.def @@ -0,0 +1,36 @@ +%% +%% This is file `longtable-xetex-bidi.def', + +%% +%% __________________________________ +%% Copyright © 2009-2010 Vafa Khalighi +%% +%% License information appended. +%% +%% +\ProvidesFile{longtable-xetex-bidi.def}[2010/07/25 v0.1 bidi adaptations for longtable package for XeTeX engine] +\def\LT@makecaption#1#2#3{% + \LT@mcol\LT@cols c{\hbox to\z@{\hss\parbox[t]\LTcapwidth{% + \sbox\@tempboxa{\if@RTL\beginR\fi#1{#2: }#3\if@RTL\endR\fi}% + \ifdim\wd\@tempboxa>\hsize + #1{#2: }#3% + \else + \hbox to\hsize{\hfil\box\@tempboxa\hfil}% + \fi + \endgraf\vskip\baselineskip}% + \hss}}} +%% +%% Copyright © 2009-2010 by Vafa Khalighi +%% +%% Distributable 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 Vafa Khalighi. +%% +%% +%% +%% +%% +%% End of file `longtable-xetex-bidi.def'. -- cgit v1.2.3