summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/xecolor/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/xecolor/README')
-rw-r--r--Master/texmf-dist/doc/xelatex/xecolor/README34
1 files changed, 34 insertions, 0 deletions
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