diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-15 21:08:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-15 21:08:20 +0000 |
commit | 3a16ba1e910689b8a6338bedfd5b5a1f21d57873 (patch) | |
tree | b20ad54daf4e68480f8fd30a806531e449271890 /Master/texmf-dist/doc/xelatex | |
parent | a468516feea7046257a5417c0482513658548469 (diff) |
bidi (15may20)
git-svn-id: svn://tug.org/texlive/trunk@55155 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidi/README (renamed from Master/texmf-dist/doc/xelatex/bidi/README.txt) | 13 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidi/bidi-bibitem.pdf (renamed from Master/texmf-dist/doc/xelatex/bidi/bibitem.pdf) | bin | 2936 -> 2936 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidi/bidi-doc.pdf | bin | 208843 -> 172890 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidi/bidi-logo.pdf | bin | 17869 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidi/bidi.pdf | bin | 2559288 -> 3111015 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidi/test-supertabular.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidi/test-tabular.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidi/test-tabularx.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/bidi/test-tabulary.tex | 2 |
10 files changed, 11 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/xelatex/bidi/README.txt b/Master/texmf-dist/doc/xelatex/bidi/README index 5f742a27c19..57a0701cac2 100644 --- a/Master/texmf-dist/doc/xelatex/bidi/README.txt +++ b/Master/texmf-dist/doc/xelatex/bidi/README @@ -1,6 +1,6 @@ ___________________ The bidi package -v35.11 +v36.2 This package provides a convenient interface for typesetting bidirectional texts in Plain TeX and LaTeX, using XeTeX engine. @@ -10,18 +10,17 @@ documentation, or ask for any new features, or suggest any improvements, or ask any questions about the package, then please use the issue tracker: - <https://github.com/bidi-tex/bidi/issues> + <https://github.com/persiantex/bidi/issues> 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 +Current version release date: 2020/05/15 -___________________ - -Copyright (c) Vafa Khalighi 2007-2019 - bidi-tex GitHub Organisation 2018-2020 +___________________________________________ +Copyright (c) Vafa Khalighi 2007--2020 +Copyright (c) bidi-tex GitHub Organization 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 diff --git a/Master/texmf-dist/doc/xelatex/bidi/bibitem.pdf b/Master/texmf-dist/doc/xelatex/bidi/bidi-bibitem.pdf Binary files differindex 49191743021..49191743021 100644 --- a/Master/texmf-dist/doc/xelatex/bidi/bibitem.pdf +++ b/Master/texmf-dist/doc/xelatex/bidi/bidi-bibitem.pdf diff --git a/Master/texmf-dist/doc/xelatex/bidi/bidi-doc.pdf b/Master/texmf-dist/doc/xelatex/bidi/bidi-doc.pdf Binary files differindex ce84af9eda0..db4013eea14 100644 --- a/Master/texmf-dist/doc/xelatex/bidi/bidi-doc.pdf +++ b/Master/texmf-dist/doc/xelatex/bidi/bidi-doc.pdf diff --git a/Master/texmf-dist/doc/xelatex/bidi/bidi-logo.pdf b/Master/texmf-dist/doc/xelatex/bidi/bidi-logo.pdf Binary files differdeleted file mode 100644 index b52b3e0e9a1..00000000000 --- a/Master/texmf-dist/doc/xelatex/bidi/bidi-logo.pdf +++ /dev/null diff --git a/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf b/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf Binary files differindex 823920c538a..af13f637eb0 100644 --- a/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf +++ b/Master/texmf-dist/doc/xelatex/bidi/bidi.pdf diff --git a/Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex b/Master/texmf-dist/doc/xelatex/bidi/test-bidi.tex index de216ebfba8..e81a1dc599b 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\thanks{Maintained by bidi-tex \url{https://github.com/bidi-tex}}} +\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/xelatex/bidi/test-supertabular.tex b/Master/texmf-dist/doc/xelatex/bidi/test-supertabular.tex index 808dd5cc15f..af040d23c2c 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\thanks{Maintained by bidi-tex \url{https://github.com/bidi-tex}}} +\author{Vafa Khalighi} \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 7ac532a75e8..826f38c3515 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\thanks{Maintained by bidi-tex \url{https://github.com/bidi-tex}}} +\author{Vafa Khalighi} \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 48c5758ee94..719c266896f 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\thanks{Maintained by bidi-tex \url{https://github.com/bidi-tex}}} +\author{Vafa Khalighi} \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 bd7b9ee3c61..81067943c49 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\thanks{Maintained by bidi-tex \url{https://github.com/bidi-tex}}} +\author{Vafa Khalighi} \begin{document} \maketitle \section{LTR} |