From 6e6054fa1adb4750af84fd39f842f5a4d6c391e5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 7 May 2016 22:22:57 +0000 Subject: bidi (7may16) git-svn-id: svn://tug.org/texlive/trunk@40935 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/xelatex/bidi/test1-colortbl.tex | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Master/texmf-dist/doc/xelatex/bidi/test1-colortbl.tex (limited to 'Master/texmf-dist/doc/xelatex/bidi/test1-colortbl.tex') diff --git a/Master/texmf-dist/doc/xelatex/bidi/test1-colortbl.tex b/Master/texmf-dist/doc/xelatex/bidi/test1-colortbl.tex new file mode 100644 index 00000000000..97f20871db1 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/bidi/test1-colortbl.tex @@ -0,0 +1,47 @@ +\documentclass{article} +\usepackage{fontspec} +\setmainfont[Mapping=farsidigits,Script=Arabic]{XB Kayhan} +\usepackage{hhline} +\usepackage{colortbl} +\usepackage[RTLdocument]{bidi} +\begin{document} +این فقط یک آزمایش است +\begin{center} +\setlength\arrayrulewidth{5pt} +\setlength\doublerulesep{5pt} + \renewcommand{\arraystretch}{2} + \definecolor{orange}{cmyk}{0,0.61,0.87,0} + \definecolor{indigo}{cmyk}{0.8,0.9,0,0} + \definecolor{violet}{cmyk}{0.6,0.9,0,0} + \newcommand\rainbowline[1]{% + \hhline{% + >{\arrayrulecolor {red}\doublerulesepcolor[rgb]{.3,.3,1}}% + |#1:=% + >{\arrayrulecolor{orange}\doublerulesepcolor[rgb]{.4,.4,1}}% + =% + >{\arrayrulecolor{yellow}\doublerulesepcolor[rgb]{.5,.5,1}}% + =% + >{\arrayrulecolor {green}\doublerulesepcolor[rgb]{.6,.6,1}}% + =% + >{\arrayrulecolor {blue}\doublerulesepcolor[rgb]{.7,.7,1}}% + =% + >{\arrayrulecolor{indigo}\doublerulesepcolor[rgb]{.8,.8,1}}% + =% + >{\arrayrulecolor{violet}\doublerulesepcolor[rgb]{.9,.9,1}}% + =:#1|% + }} + \arrayrulecolor{red} + \doublerulesepcolor[rgb]{.3,.3,1} + \begin{tabular}{||*7{>{\columncolor[gray]{.9}}c}||} + \rainbowline{t}% + \arrayrulecolor{violet}\doublerulesepcolor[rgb]{.9,.9,1} + وفا&خلیقی&یک&دانشجوی&ریاضی&است& + \multicolumn{1}{>{\columncolor[gray]{.9}}c||}{حرف آخر}\\ + \rainbowline{}% + 1&2&3&4&5&6& + \multicolumn{1}{>{\columncolor[gray]{.9}}c||}{7}\\ + \rainbowline{b}% + \end{tabular} + \end{center} +این صرفاً یک آزمایش است +\end{document} -- cgit v1.2.3