summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-10 00:04:40 +0000
committerKarl Berry <karl@freefriends.org>2010-04-10 00:04:40 +0000
commit5fd15d101add3e08ff14e00c8a38998602e87959 (patch)
tree0ec09aea3b1a0bac1b45bd6635145cd5d2ab267c /Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex
parent1a415339f97d6e886e15efee8e7be4c3ba4e38ec (diff)
bidi now lualatex, too (9apr10)
git-svn-id: svn://tug.org/texlive/trunk@17780 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex')
-rw-r--r--Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex43
1 files changed, 0 insertions, 43 deletions
diff --git a/Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex b/Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex
deleted file mode 100644
index e81a1dc599b..00000000000
--- a/Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex
+++ /dev/null
@@ -1,43 +0,0 @@
-\documentclass{article}
-\usepackage{bidi}
-\title{Testing Basic Bidi Direction Change}
-\author{Vafa Khalighi}
-\begin{document}
-\maketitle
-In this document we test bidi direction change in \textsf{RTL} and \textsf{LTR}. These tests includes \texttt{flushleft}, \texttt{flushright} environments and \verb|\centerline{...}|, \verb|\leftline{...}|,\verb|\rightline{...}|,\verb|\raggedleft| and \verb|\raggedright| macros.
-\section{RTL Test}
-\setRTL
-\begin{flushleft}
-This is left in RTL
-\end{flushleft}
-\begin{flushright}
-This is right in RTL
-\end{flushright}
-\centerline{This is center in RTL}
-
-\leftline{This is left in RTL}
-
-\rightline{This is right in RTL}
-
-\raggedleft This is raggedleft in RTL
-
-\raggedright This is raggedright in RTL
-
-\setLTR
-\section{LTR Test}
-\begin{flushleft}
-This is left in LTR
-\end{flushleft}
-\begin{flushright}
-This is right in LTR
-\end{flushright}
-\centerline{This is center in LTR}
-
-\leftline{This is left in LTR}
-
-\rightline{This is right in LTR}
-
-\raggedleft This is raggedleft in LTR
-
-\raggedright This is raggedright in LTR
-\end{document}