diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/xecolor/README | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tex/xelatex/xecolor/xecolor.sty | 6 |
2 files changed, 15 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/xelatex/xecolor/README b/Master/texmf-dist/doc/xelatex/xecolor/README index c384cd7a554..50976078d7d 100644 --- a/Master/texmf-dist/doc/xelatex/xecolor/README +++ b/Master/texmf-dist/doc/xelatex/xecolor/README @@ -27,8 +27,17 @@ This command is similar to \textcolor command of color package. This command is similar to \normalcolor of color package. -Please report bugs, suggestions, etc to the author (vafaklg@gmail.com). +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 do not send any direct emails to us; we will not +answer any direct emails. Instead please use the issue tracker: + <https://github.com/persian-tex/xecolor/issues> +In doing so, please always explain your issue well enough, always include +a minimal working examples showing the issue, and always choose the appropriate +label for your query (i.e. if you are reporting any bugs, choose `bug' label). + +Current version release date: 2013/04/04 _________________________ -Vafa Khalighi -2011/10/01 +Persian TeX Group +persian-tex@tug.org diff --git a/Master/texmf-dist/tex/xelatex/xecolor/xecolor.sty b/Master/texmf-dist/tex/xelatex/xecolor/xecolor.sty index 147bfc9766c..ac7e5961615 100644 --- a/Master/texmf-dist/tex/xelatex/xecolor/xecolor.sty +++ b/Master/texmf-dist/tex/xelatex/xecolor/xecolor.sty @@ -1,12 +1,12 @@ %% This file is xecolor.sty %% -%% Copyright 2009-2011 by Vafa Khalighi -%% +%% Copyright 2009-2013 by Persian TeX Group +%% persian-tex@tug.org %%%% It may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3c %% of this license or (at your option) any later version. \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{xecolor}[2011/10/01 v0.1 color in xelatex] +\ProvidesPackage{xecolor}[2013/04/04 v0.1 color in xelatex] \RequirePackage{fontspec} \RequirePackage{iftex} \RequireXeTeX |