From 58a8cae26796b2bbf6e2d0c03d133dac9d24a8eb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 29 Sep 2011 23:04:10 +0000 Subject: new package xecolor, replacing xecolour (29sep11) git-svn-id: svn://tug.org/texlive/trunk@24140 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/xelatex/xecolor/README | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Master/texmf-dist/doc/xelatex/xecolor/README (limited to 'Master/texmf-dist/doc/xelatex') diff --git a/Master/texmf-dist/doc/xelatex/xecolor/README b/Master/texmf-dist/doc/xelatex/xecolor/README new file mode 100644 index 00000000000..c384cd7a554 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/xecolor/README @@ -0,0 +1,34 @@ +_________________________ +The xecolor Package v0.1 + +xecolor package is a simple package which defines about 140 different colors by XeTeX's font +colour feature that can be used in bidirectional texts without any problem. + +The xecolor package is a replacement for xecolour package. + +The following commands are provided: + + *\definergbcolor{colorname}{RRGGBB} + +This command is similar to the \definecolor command of color package but has only two arguments. +The second argument is triple pair of hex values to specify the colour in RGB space. As an example you +can say \definergbcolor{blue}{0000FF} to define "blue" color. For more examples, see xecolor.sty + + *\xecolor{colorname} + +This command is similar to \color command of color package. + + *\textxecolor{colorname}{text} + +This command is similar to \textcolor command of color package. + + *\normalxecolor + +This command is similar to \normalcolor of color package. + + +Please report bugs, suggestions, etc to the author (vafaklg@gmail.com). + +_________________________ +Vafa Khalighi +2011/10/01 -- cgit v1.2.3