diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-31 22:08:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-31 22:08:15 +0000 |
commit | 813f663d63e8ca9e2992f1fbca59b4a4de69b72d (patch) | |
tree | c1964e72028c2f973d6b0e61af27424b6a754b22 /Master/texmf-dist/tex/xelatex/bidi/bidi.sty | |
parent | 3bd232dd726daf258464933f206bc339d9120df5 (diff) |
bidi (31jan20)
git-svn-id: svn://tug.org/texlive/trunk@53615 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/xelatex/bidi/bidi.sty')
-rw-r--r-- | Master/texmf-dist/tex/xelatex/bidi/bidi.sty | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/xelatex/bidi/bidi.sty b/Master/texmf-dist/tex/xelatex/bidi/bidi.sty index 619847457e5..da66a396bd2 100644 --- a/Master/texmf-dist/tex/xelatex/bidi/bidi.sty +++ b/Master/texmf-dist/tex/xelatex/bidi/bidi.sty @@ -7,14 +7,15 @@ %% bidi.dtx (with options: `table,bidi.sty') %% %% __________________________________________________ -%% Copyright (c) 2009--2019 Vafa Khalighi +%% Copyright (c) 2009-2019 Vafa Khalighi +%% 2018-2020 bidi-tex GitHub Organisation %% %% 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. +%% by bidi-tex GitHub Organisation. %% %% %% \CharacterTable @@ -34,8 +35,8 @@ %% Right brace \} Tilde \~} %% \NeedsTeXFormat{LaTeX2e} -\def\bididate{2019/10/19} -\def\bidi@version{35.10} +\def\bididate{2020-01-29} +\def\bidi@version{35.11} \ProvidesPackage{bidi}[\bididate\space v\bidi@version\space Bidirectional typesetting in plain TeX and LaTeX] \edef\@bidi@info{****************************************************^^J% @@ -49,6 +50,7 @@ Bidirectional typesetting in plain TeX and LaTeX] * for use with many other commonly-used packages.^^J% * ^^J% * Copyright (c) 2009--2019 Vafa Khalighi^^J% +* 2018-2020 bidi-tex GitHub Organisation^^J% * ^^J% * v\bidi@version, \bididate^^J% * ^^J% @@ -57,7 +59,7 @@ Bidirectional typesetting in plain TeX and LaTeX] * ^^J% * Location on CTAN: /macros/xetex/latex/bidi^^J% * ^^J% -* Issue tracker: https://github.com/vafa-ac/bidi/issues^^J% +* Issue tracker: https://github.com/bidi-tex/bidi/issues^^J% * ^^J% ****************************************************} \typeout{\@bidi@info} |