summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bidi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-18 22:42:47 +0000
committerKarl Berry <karl@freefriends.org>2011-09-18 22:42:47 +0000
commit11934869cc8f4c169418a680ba83ae93991d1c1b (patch)
treec8fb303d1d72abee0e3c17c62cb7d33a487f51bf /Master/texmf-dist/doc/latex/bidi
parentc3ed4e03e9ea716aafea65c70f9db17984fcf3a9 (diff)
bidi (18sep11)
git-svn-id: svn://tug.org/texlive/trunk@24007 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bidi')
-rw-r--r--Master/texmf-dist/doc/latex/bidi/README8
-rw-r--r--Master/texmf-dist/doc/latex/bidi/bidi.pdfbin136553 -> 153768 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bidi/test-bidi.tex2
-rw-r--r--Master/texmf-dist/doc/latex/bidi/test-supertabular.tex2
-rw-r--r--Master/texmf-dist/doc/latex/bidi/test-tabular.tex2
-rw-r--r--Master/texmf-dist/doc/latex/bidi/test-tabularx.tex2
-rw-r--r--Master/texmf-dist/doc/latex/bidi/test-tabulary.tex2
7 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/bidi/README b/Master/texmf-dist/doc/latex/bidi/README
index afd0ee73ea4..9147668f91f 100644
--- a/Master/texmf-dist/doc/latex/bidi/README
+++ b/Master/texmf-dist/doc/latex/bidi/README
@@ -1,14 +1,14 @@
___________________
The bidi package
-v1.2.9
+v1.3.0
This package provides a convenient interface for typesetting
bidirectional texts in Plain TeX and LaTeX.
-This version fixes all the bugs that were present in v1.2.8.
+This version fixes all the bugs that were present in v1.2.9.
___________________
-Vafa Khalighi
+VAFA KHALIGHI
vafaklg@gmail.com
Copyright © 2007–2011
@@ -17,4 +17,4 @@ 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.
diff --git a/Master/texmf-dist/doc/latex/bidi/bidi.pdf b/Master/texmf-dist/doc/latex/bidi/bidi.pdf
index 933b7cb83ec..e2eb416a5e1 100644
--- a/Master/texmf-dist/doc/latex/bidi/bidi.pdf
+++ b/Master/texmf-dist/doc/latex/bidi/bidi.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bidi/test-bidi.tex b/Master/texmf-dist/doc/latex/bidi/test-bidi.tex
index e81a1dc599b..7c4a31b66fc 100644
--- a/Master/texmf-dist/doc/latex/bidi/test-bidi.tex
+++ b/Master/texmf-dist/doc/latex/bidi/test-bidi.tex
@@ -1,7 +1,7 @@
\documentclass{article}
\usepackage{bidi}
\title{Testing Basic Bidi Direction Change}
-\author{Vafa Khalighi}
+\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.
diff --git a/Master/texmf-dist/doc/latex/bidi/test-supertabular.tex b/Master/texmf-dist/doc/latex/bidi/test-supertabular.tex
index af040d23c2c..d0f7252b987 100644
--- a/Master/texmf-dist/doc/latex/bidi/test-supertabular.tex
+++ b/Master/texmf-dist/doc/latex/bidi/test-supertabular.tex
@@ -2,7 +2,7 @@
\usepackage{supertabular}
\usepackage{bidi}
\title{Testing \textsf{supertabular} package in RTL and LTR}
-\author{Vafa Khalighi}
+\author{VAFA KHALIGHI}
\begin{document}
\maketitle
\section{LTR}
diff --git a/Master/texmf-dist/doc/latex/bidi/test-tabular.tex b/Master/texmf-dist/doc/latex/bidi/test-tabular.tex
index 826f38c3515..6f03bab1b18 100644
--- a/Master/texmf-dist/doc/latex/bidi/test-tabular.tex
+++ b/Master/texmf-dist/doc/latex/bidi/test-tabular.tex
@@ -1,7 +1,7 @@
\documentclass{article}
\usepackage{bidi}
\title{Testing \LaTeX's Default Tabular in \textsf{RTL} and \textsf{LTR}}
-\author{Vafa Khalighi}
+\author{VAFA KHALIGHI}
\newcommand{\rb}[1]{\raisebox{1.5ex}[0mm]{#1}}
\begin{document}
\maketitle
diff --git a/Master/texmf-dist/doc/latex/bidi/test-tabularx.tex b/Master/texmf-dist/doc/latex/bidi/test-tabularx.tex
index 719c266896f..446a67550b8 100644
--- a/Master/texmf-dist/doc/latex/bidi/test-tabularx.tex
+++ b/Master/texmf-dist/doc/latex/bidi/test-tabularx.tex
@@ -2,7 +2,7 @@
\usepackage{tabularx}
\usepackage{bidi}
\title{Testing \textsf{tabularx} Package in RTL and LTR}
-\author{Vafa Khalighi}
+\author{VAFA KHALIGHI}
\begin{document}
\maketitle
\section{LTR}
diff --git a/Master/texmf-dist/doc/latex/bidi/test-tabulary.tex b/Master/texmf-dist/doc/latex/bidi/test-tabulary.tex
index 81067943c49..6b9a4858fe7 100644
--- a/Master/texmf-dist/doc/latex/bidi/test-tabulary.tex
+++ b/Master/texmf-dist/doc/latex/bidi/test-tabulary.tex
@@ -4,7 +4,7 @@
\setlength\tymax{\maxdimen}
\usepackage{bidi}
\title{Testing \textsf{tabulary} package in RTL and LTR}
-\author{Vafa Khalighi}
+\author{VAFA KHALIGHI}
\begin{document}
\maketitle
\section{LTR}