AZ logo

CTAN directory: /macros/xetex/latex/xecolor

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
xecolor Support for color in XeLaTeX.

Files

Name Size* Date UTC Notes
README 1 KiB 2011-Sep-29 Shown below
xecolor.sty 6 KiB 2011-Sep-29

  *File sizes in kibibytes.

Contents of README

_________________________
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