summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/mpcolornames/expl-array-index.mp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/metapost/mpcolornames/expl-array-index.mp')
-rw-r--r--Master/texmf-dist/doc/metapost/mpcolornames/expl-array-index.mp13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/mpcolornames/expl-array-index.mp b/Master/texmf-dist/doc/metapost/mpcolornames/expl-array-index.mp
new file mode 100644
index 00000000000..3d8b0429006
--- /dev/null
+++ b/Master/texmf-dist/doc/metapost/mpcolornames/expl-array-index.mp
@@ -0,0 +1,13 @@
+%%% file expl-array-index.mp
+%%% Copyright 2009, 2011 Stephan Hennig
+%
+% This work may be distributed and/or modified under the conditions of
+% the LaTeX Project Public License, either version 1.3 of this license
+% or (at your option) any later version. The latest version of this
+% license is in http://www.latex-project.org/lppl.txt
+%
+input mpcolornames
+for i=1 upto 4:
+ show VioletRed[i];
+endfor
+end