diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-24 23:48:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-24 23:48:42 +0000 |
commit | c1d986475da20fdfc69663acecaf49b270d5aadd (patch) | |
tree | 75723eec2ef98eda87c75c78ec8e93366d302586 /Master/texmf-dist/doc/latex/bidi/bidi-doc.tex | |
parent | c260268060d6e1a0fcdde2b2e3693f7b9a20a62c (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/bidi-doc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/bidi/bidi-doc.tex | 72 |
1 files changed, 36 insertions, 36 deletions
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} |