summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/xelatex/bidi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-15 21:41:33 +0000
committerKarl Berry <karl@freefriends.org>2018-09-15 21:41:33 +0000
commit6646c4d916203b724973f3d5adbd597577cdb1b4 (patch)
treeb6df4abbf998cf895b236b4dd70f20a22f3432b1 /Master/texmf-dist/tex/xelatex/bidi
parentb48ee037bd610ca845b3d7e070fb73284083423f (diff)
bidi (15sep18)
git-svn-id: svn://tug.org/texlive/trunk@48672 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/bidi')
-rw-r--r--Master/texmf-dist/tex/xelatex/bidi/bidi.sty8
-rw-r--r--Master/texmf-dist/tex/xelatex/bidi/bidi.tex8
-rw-r--r--Master/texmf-dist/tex/xelatex/bidi/listings-xetex-bidi.def14
3 files changed, 15 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/xelatex/bidi/bidi.sty b/Master/texmf-dist/tex/xelatex/bidi/bidi.sty
index d2bb21d29fd..1ccd2022ad5 100644
--- a/Master/texmf-dist/tex/xelatex/bidi/bidi.sty
+++ b/Master/texmf-dist/tex/xelatex/bidi/bidi.sty
@@ -35,8 +35,8 @@
%% Right brace \} Tilde \~}
%%
\NeedsTeXFormat{LaTeX2e}
-\def\bididate{2018/08/12}
-\def\bidi@version{33.1}
+\def\bididate{2018/09/15}
+\def\bidi@version{33.2}
\ProvidesPackage{bidi}[\bididate\space v\bidi@version\space
Bidirectional typesetting in plain TeX and LaTeX]
\edef\@bidi@info{****************************************************^^J%
@@ -60,7 +60,7 @@ Bidirectional typesetting in plain TeX and LaTeX]
* ^^J%
* Issue tracker: https://sourceforge.net/p/persian-tex-dist/tickets^^J%
* ^^J%
-* Support: http://persian-tex.com^^J%
+* Support: persian-tex@tug.org^^J%
* ^^J%
****************************************************}
\typeout{\@bidi@info}
@@ -120,7 +120,7 @@ Bidirectional typesetting in plain TeX and LaTeX]
}
\newcommand*{\@bidi@pdfcustomproperties}{%
This is the bidi package, Version \bidi@version,
- Released August 12, 2018.
+ Released September 15, 2018.
}
\@RTLmainfalse
\AtBeginDocument{%
diff --git a/Master/texmf-dist/tex/xelatex/bidi/bidi.tex b/Master/texmf-dist/tex/xelatex/bidi/bidi.tex
index be362a7c50d..edf0c3120e0 100644
--- a/Master/texmf-dist/tex/xelatex/bidi/bidi.tex
+++ b/Master/texmf-dist/tex/xelatex/bidi/bidi.tex
@@ -34,9 +34,9 @@
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
%%
-\def\bididate{2018/08/12}
+\def\bididate{2018/09/15}
\catcode`@=11
-\def\bidi@version{33.1}
+\def\bidi@version{33.2}
\let \protect \relax
\newlinechar`\^^J
\edef\@bidi@info{****************************************************^^J%
@@ -60,7 +60,7 @@
* ^^J%
* Issue tracker: https://sourceforge.net/p/persian-tex-dist/tickets^^J%
* ^^J%
-* Support: http://persian-tex.com^^J%
+* Support: persian-tex@tug.org^^J%
* ^^J%
****************************************************}
\message{\@bidi@info}
@@ -135,7 +135,7 @@
}
\def\@bidi@pdfcustomproperties{%
This is the bidi package, Version \bidi@version,
- Released August 12, 2018.
+ Released September 15, 2018.
}
\def\bidi@pdfm@mark{%
\special{pdf:%
diff --git a/Master/texmf-dist/tex/xelatex/bidi/listings-xetex-bidi.def b/Master/texmf-dist/tex/xelatex/bidi/listings-xetex-bidi.def
index 00c08be8d71..286fb9bc1f9 100644
--- a/Master/texmf-dist/tex/xelatex/bidi/listings-xetex-bidi.def
+++ b/Master/texmf-dist/tex/xelatex/bidi/listings-xetex-bidi.def
@@ -34,19 +34,19 @@
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
%%
-\ProvidesFile{listings-xetex-bidi.def}[2017/01/14 v1.4 bidi adaptations for listings package for XeTeX engine]
+\ProvidesFile{listings-xetex-bidi.def}[2018/09/15 v1.5 bidi adaptations for listings package for XeTeX engine]
\lst@Key{captiondirection}{textdirection}{%
\lstKV@SwitchCases{#1}%
- {textdirection&\\%
- RTL&\chardef\bidi@lst@caption@direction\@ne\\%
- LTR&\chardef\bidi@lst@caption@direction\z@%
+ {textdirection:\\%
+ RTL:\chardef\bidi@lst@caption@direction\@ne\\%
+ LTR:\chardef\bidi@lst@caption@direction\z@%
}{\PackageError{Listings}{direction #1 unknown}\@ehc}}
\lst@Key{captionscript}{textscript}{%
\lstKV@SwitchCases{#1}%
- {textscript&\\%
- latin&\chardef\bidi@lst@caption@script\@ne\\%
- nonlatin&\chardef\bidi@lst@caption@script\z@%
+ {textscript:\\%
+ latin:\chardef\bidi@lst@caption@script\@ne\\%
+ nonlatin:\chardef\bidi@lst@caption@script\z@%
}{\PackageError{Listings}{direction #1 unknown}\@ehc}}
\newcommand*{\bidi@lst@ensure@caption@direction}[2]{%