summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-29 23:04:10 +0000
committerKarl Berry <karl@freefriends.org>2011-09-29 23:04:10 +0000
commit58a8cae26796b2bbf6e2d0c03d133dac9d24a8eb (patch)
tree7714fbd342d46eb73fd6178d00692b99bf461f36 /Master/texmf-dist/doc/xelatex
parentfe07842d85f32fb9dfd7f2504ad5c6f23519115c (diff)
new package xecolor, replacing xecolour (29sep11)
git-svn-id: svn://tug.org/texlive/trunk@24140 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex')
-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