summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bidi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-24 23:48:42 +0000
committerKarl Berry <karl@freefriends.org>2010-06-24 23:48:42 +0000
commitc1d986475da20fdfc69663acecaf49b270d5aadd (patch)
tree75723eec2ef98eda87c75c78ec8e93366d302586 /Master/texmf-dist/doc/latex/bidi
parentc260268060d6e1a0fcdde2b2e3693f7b9a20a62c (diff)
bidi update (24jun10)
git-svn-id: svn://tug.org/texlive/trunk@19145 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bidi')
-rw-r--r--Master/texmf-dist/doc/latex/bidi/README4
-rw-r--r--Master/texmf-dist/doc/latex/bidi/bidi-doc.pdfbin184958 -> 123017 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bidi/bidi-doc.tex72
-rw-r--r--Master/texmf-dist/doc/latex/bidi/bidi.tex2
4 files changed, 39 insertions, 39 deletions
diff --git a/Master/texmf-dist/doc/latex/bidi/README b/Master/texmf-dist/doc/latex/bidi/README
index 642fa43b666..cf54955b761 100644
--- a/Master/texmf-dist/doc/latex/bidi/README
+++ b/Master/texmf-dist/doc/latex/bidi/README
@@ -1,11 +1,11 @@
_________________
The bidi package
-v1.1.2
+v1.1.3
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.1.1.
+This version fixes all the bugs that were present in v1.1.2.
______________
Vafa Khalighi
diff --git a/Master/texmf-dist/doc/latex/bidi/bidi-doc.pdf b/Master/texmf-dist/doc/latex/bidi/bidi-doc.pdf
index f4f7932668e..70c41e5c948 100644
--- a/Master/texmf-dist/doc/latex/bidi/bidi-doc.pdf
+++ b/Master/texmf-dist/doc/latex/bidi/bidi-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bidi/bidi-doc.tex b/Master/texmf-dist/doc/latex/bidi/bidi-doc.tex
index 92b326fec3b..5ac826841e2 100644
--- a/Master/texmf-dist/doc/latex/bidi/bidi-doc.tex
+++ b/Master/texmf-dist/doc/latex/bidi/bidi-doc.tex
@@ -27,7 +27,7 @@
\makeatother\makeatother
\title{The \textsf{bidi} Package\\ \href{http://bitbucket.org/vafa/bidi}{\texttt{http://bitbucket.org/vafa/bidi}}}
\author{Vafa Khalighi\\ \href{mailto:vafakh84@gmail.com}{\texttt{vafakh84@gmail.com}}}
-\date{Version 1.1.2}
+\date{Version 1.1.3}
\begin{document}
\maketitle
\tableofcontents
@@ -44,7 +44,7 @@ Description: A convenient interface for typesetting bidirectional texts
in plain TeX and LaTeX. The package includes adaptations for use
with many other commonly-used packages.
Copyright (c) 2009-2010 Vafa Khalighi
-v1.1.2, <commit 62>, 2010/07/25
+v1.1.3, <commit 67>, 2010/07/25
License: LaTeX Project Public License, version 1.3c or higher (your choice)
Home: http://bitbucket.org/vafa/bidi
Location on CTAN: /macros/latex/contrib/bidi
@@ -600,38 +600,38 @@ When footnotes are typeset RTL, \Lcs{if@RTL@footnote} is true and when footnotes
\item \Lcs{save@dir}, if the direction of typesetting is RTL, defines \Lcs{saved@@dir} to be RTL and if the direction of typesetting is LTR, defines \Lcs{saved@@dir} to be LTR.
\item \Lcs{reset@dir}, if \Lcs{saved@@dir} is defined as RTL, inserts \Lcs{setRTL} otherwise, if \Lcs{saved@@dir} is defined as LTR, inserts \Lcs{setLTR}, otherwise does nothing.
\end{itemize}
-\part{Implementation}
-In this section, we describe the implementation of bidi package in whole.
-\lstset{firstnumber=last}
-\lstset{language=[LaTeX]Tex,
- keywordstyle=\color{mygreen},
- basicstyle=\normalfont\ttfamily,
- commentstyle=\color{blue}\ttfamily,
- stringstyle=\rmfamily,
- numbers=none,
- numberstyle=\scriptsize,
- stepnumber=5,
- numbersep=8pt,
- showstringspaces=false,
- breaklines=true,
- frameround=ftff,
- frame=none,
- backgroundcolor=\color{white}
-}
-\lstset{numbers=left,
- numberstyle=\scriptsize,
- stepnumber=1,
- numbersep=8pt
-}
-\lstset{morekeywords={bididate,bidiversion,bidicommit}}
-\section{File \textsf{bidi.sty}}
-\begin{lstlisting}[firstnumber=1]
-\NeedsTeXFormat{LaTeX2e}
-\end{lstlisting}
-Here we define the date, version number and commit number of the package.
-\begin{lstlisting}
-\def\bididate{2010/07/25}
-\def\bidiversion{v1.1.0}
-\def\bidicommit{commit 44}
-\end{lstlisting}
+%\part{Implementation}
+%In this section, we describe the implementation of bidi package in whole.
+%\lstset{firstnumber=last}
+%\lstset{language=[LaTeX]Tex,
+% keywordstyle=\color{mygreen},
+% basicstyle=\normalfont\ttfamily,
+% commentstyle=\color{blue}\ttfamily,
+% stringstyle=\rmfamily,
+% numbers=none,
+% numberstyle=\scriptsize,
+% stepnumber=5,
+% numbersep=8pt,
+% showstringspaces=false,
+% breaklines=true,
+% frameround=ftff,
+% frame=none,
+% backgroundcolor=\color{white}
+%}
+%\lstset{numbers=left,
+% numberstyle=\scriptsize,
+% stepnumber=1,
+% numbersep=8pt
+%}
+%\lstset{morekeywords={bididate,bidiversion,bidicommit}}
+%\section{File \textsf{bidi.sty}}
+%\begin{lstlisting}[firstnumber=1]
+%\NeedsTeXFormat{LaTeX2e}
+%\end{lstlisting}
+%Here we define the date, version number and commit number of the package.
+%\begin{lstlisting}
+%\def\bididate{2010/07/25}
+%\def\bidiversion{v1.1.0}
+%\def\bidicommit{commit 44}
+%\end{lstlisting}
\end{document}
diff --git a/Master/texmf-dist/doc/latex/bidi/bidi.tex b/Master/texmf-dist/doc/latex/bidi/bidi.tex
index 3e994d62e09..6efdbefa4d9 100644
--- a/Master/texmf-dist/doc/latex/bidi/bidi.tex
+++ b/Master/texmf-dist/doc/latex/bidi/bidi.tex
@@ -10,7 +10,7 @@
%%
\def\bididate{2010/07/25}
\def\bidiversion{v0.1}
-\def\bidicommit{commit 64}
+\def\bidicommit{commit 69}
\catcode`@=11
\edef\bidiinfo{%
bidi package (Support for bidirectional typesetting in plain TeX and LaTeX)^^J