From 813f663d63e8ca9e2992f1fbca59b4a4de69b72d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 31 Jan 2020 22:08:15 +0000 Subject: bidi (31jan20) git-svn-id: svn://tug.org/texlive/trunk@53615 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/xelatex/bidi/README | 30 -------------------- Master/texmf-dist/doc/xelatex/bidi/README.txt | 31 +++++++++++++++++++++ Master/texmf-dist/doc/xelatex/bidi/bidi-doc.pdf | Bin 169847 -> 208843 bytes Master/texmf-dist/doc/xelatex/bidi/bidi.pdf | Bin 3077934 -> 2559288 bytes Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex | 2 +- .../doc/xelatex/bidi/test-supertabular.tex | 2 +- .../texmf-dist/doc/xelatex/bidi/test-tabular.tex | 2 +- .../texmf-dist/doc/xelatex/bidi/test-tabularx.tex | 2 +- .../texmf-dist/doc/xelatex/bidi/test-tabulary.tex | 2 +- 9 files changed, 36 insertions(+), 35 deletions(-) delete mode 100644 Master/texmf-dist/doc/xelatex/bidi/README create mode 100644 Master/texmf-dist/doc/xelatex/bidi/README.txt (limited to 'Master/texmf-dist/doc/xelatex') diff --git a/Master/texmf-dist/doc/xelatex/bidi/README b/Master/texmf-dist/doc/xelatex/bidi/README deleted file mode 100644 index 81bdbe2e140..00000000000 --- a/Master/texmf-dist/doc/xelatex/bidi/README +++ /dev/null @@ -1,30 +0,0 @@ -___________________ -The bidi package -v35.10 - -This package provides a convenient interface for typesetting -bidirectional texts in Plain TeX and LaTeX, using XeTeX engine. - -If you want to report any bugs or typos and corrections in the -documentation, or ask for any new features, or suggest any -improvements, or ask any questions about the package, then -please use the issue tracker: - - - -In doing so, please always explain your issue well enough, -and always include a minimal working example showing the -issue. - -Current version release date: 2019/10/19 - -___________________ -Vafa Khalighi - -Copyright (c) 2007--2019 -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. diff --git a/Master/texmf-dist/doc/xelatex/bidi/README.txt b/Master/texmf-dist/doc/xelatex/bidi/README.txt new file mode 100644 index 00000000000..5f742a27c19 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/bidi/README.txt @@ -0,0 +1,31 @@ +___________________ +The bidi package +v35.11 + +This package provides a convenient interface for typesetting +bidirectional texts in Plain TeX and LaTeX, using XeTeX engine. + +If you want to report any bugs or typos and corrections in the +documentation, or ask for any new features, or suggest any +improvements, or ask any questions about the package, then +please use the issue tracker: + + + +In doing so, please always explain your issue well enough, +and always include a minimal working example showing the +issue. + +Current version release date: 2020-01-29 + +___________________ + +Copyright (c) Vafa Khalighi 2007-2019 + bidi-tex GitHub Organisation 2018-2020 + +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. diff --git a/Master/texmf-dist/doc/xelatex/bidi/bidi-doc.pdf b/Master/texmf-dist/doc/xelatex/bidi/bidi-doc.pdf index a229ca289d0..ce84af9eda0 100644 Binary files a/Master/texmf-dist/doc/xelatex/bidi/bidi-doc.pdf and b/Master/texmf-dist/doc/xelatex/bidi/bidi-doc.pdf differ diff --git a/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf b/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf index 4ef4ad1da4a..823920c538a 100644 Binary files a/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf and b/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf differ diff --git a/Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex b/Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex index e81a1dc599b..de216ebfba8 100644 --- a/Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex +++ b/Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex @@ -1,7 +1,7 @@ \documentclass{article} \usepackage{bidi} \title{Testing Basic Bidi Direction Change} -\author{Vafa Khalighi} +\author{Vafa Khalighi\thanks{Maintained by bidi-tex \url{https://github.com/bidi-tex}}} \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/xelatex/bidi/test-supertabular.tex b/Master/texmf-dist/doc/xelatex/bidi/test-supertabular.tex index af040d23c2c..808dd5cc15f 100644 --- a/Master/texmf-dist/doc/xelatex/bidi/test-supertabular.tex +++ b/Master/texmf-dist/doc/xelatex/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\thanks{Maintained by bidi-tex \url{https://github.com/bidi-tex}}} \begin{document} \maketitle \section{LTR} diff --git a/Master/texmf-dist/doc/xelatex/bidi/test-tabular.tex b/Master/texmf-dist/doc/xelatex/bidi/test-tabular.tex index 826f38c3515..7ac532a75e8 100644 --- a/Master/texmf-dist/doc/xelatex/bidi/test-tabular.tex +++ b/Master/texmf-dist/doc/xelatex/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\thanks{Maintained by bidi-tex \url{https://github.com/bidi-tex}}} \newcommand{\rb}[1]{\raisebox{1.5ex}[0mm]{#1}} \begin{document} \maketitle diff --git a/Master/texmf-dist/doc/xelatex/bidi/test-tabularx.tex b/Master/texmf-dist/doc/xelatex/bidi/test-tabularx.tex index 719c266896f..48c5758ee94 100644 --- a/Master/texmf-dist/doc/xelatex/bidi/test-tabularx.tex +++ b/Master/texmf-dist/doc/xelatex/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\thanks{Maintained by bidi-tex \url{https://github.com/bidi-tex}}} \begin{document} \maketitle \section{LTR} diff --git a/Master/texmf-dist/doc/xelatex/bidi/test-tabulary.tex b/Master/texmf-dist/doc/xelatex/bidi/test-tabulary.tex index 81067943c49..bd7b9ee3c61 100644 --- a/Master/texmf-dist/doc/xelatex/bidi/test-tabulary.tex +++ b/Master/texmf-dist/doc/xelatex/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\thanks{Maintained by bidi-tex \url{https://github.com/bidi-tex}}} \begin{document} \maketitle \section{LTR} -- cgit v1.2.3