diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-17 22:11:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-17 22:11:40 +0000 |
commit | 389d70f9a442ed180389f17c2586983b861528e9 (patch) | |
tree | 3f7df46aa197a6317469dc4d65edf623b3482fdd /Master/texmf-dist/doc/xelatex/bidi/test-tabulary.tex | |
parent | bdc62c04f9ae222f720432f1651df51fba21f7bb (diff) |
bidi (17sep13)
git-svn-id: svn://tug.org/texlive/trunk@31682 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/bidi/test-tabulary.tex')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidi/test-tabulary.tex | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/bidi/test-tabulary.tex b/Master/texmf-dist/doc/xelatex/bidi/test-tabulary.tex new file mode 100644 index 00000000000..81067943c49 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/bidi/test-tabulary.tex @@ -0,0 +1,30 @@ +\documentclass{article} +\usepackage{tabulary} +\setlength\tymin{10pt} +\setlength\tymax{\maxdimen} +\usepackage{bidi} +\title{Testing \textsf{tabulary} package in RTL and LTR} +\author{Vafa Khalighi} +\begin{document} +\maketitle +\section{LTR} +\begin{tabulary}{200pt}{|C|C|C|C|} + a & b b b b & + c c c c c c c c c c c c c c c c c c & + d d d d d d d d d d d d d d d d d d +\empty + d d d d d d d d d d d d d d + d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d + \end{tabulary} +\section{RTL} + +\setRTL +\begin{tabulary}{200pt}{|C|C|C|C|} + a & b b b b & + c c c c c c c c c c c c c c c c c c & + d d d d d d d d d d d d d d d d d d +\empty + d d d d d d d d d d d d d d + d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d + \end{tabulary} +\end{document} |