summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bidi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-10-06 23:15:52 +0000
committerKarl Berry <karl@freefriends.org>2011-10-06 23:15:52 +0000
commitb4fefed5b0939741f33ffadc04310e124c70178f (patch)
treed3facbcd7ef880ed8d3366b12b5cfbab8a1a93a6 /Master/texmf-dist/doc/latex/bidi
parent0cc9d75d99a00ca3206f389fde8fe87cccec4424 (diff)
bidi (6oct11)
git-svn-id: svn://tug.org/texlive/trunk@24222 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bidi')
-rw-r--r--Master/texmf-dist/doc/latex/bidi/README10
-rw-r--r--Master/texmf-dist/doc/latex/bidi/bidi.pdfbin152783 -> 152783 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, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/bidi/README b/Master/texmf-dist/doc/latex/bidi/README
index 9853d4365d4..6258209b1b6 100644
--- a/Master/texmf-dist/doc/latex/bidi/README
+++ b/Master/texmf-dist/doc/latex/bidi/README
@@ -1,20 +1,18 @@
___________________
The bidi package
-v1.3.4
+v1.3.5
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.3.3.
-
___________________
-VAFA KHALIGHI
+Vafa Khalighi
vafaklg@gmail.com
-Copyright © 2007–2011
+Copyright © 2007–2012
It may be distributed and/or modified 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 “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 dff6bba5158..0de21ef6077 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 7c4a31b66fc..e81a1dc599b 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 d0f7252b987..af040d23c2c 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 6f03bab1b18..826f38c3515 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 446a67550b8..719c266896f 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 6b9a4858fe7..81067943c49 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}