Hi!

I wanted to use colors in my tikz-graphics. The following example
gives a nice red line with "texexec":

>>>
\enableregime[utf-8]
\mainlanguage [de]
\setupcolors[state=start]

\usemodule[tikz]

\definecolor[zeug][r=1, g=0, b=0]

\starttext

\starttikzpicture
         \draw [zeug, line width=1ex, cap=round] (-7.65cm,-1mm) -- 
(7.65cm,-1mm);
\stoptikzpicture

\stoptext
>>>

When I compile my document with "texexec --lua" I get a black line.

Adding "\setfontfeature{oldstyle}" to the preamble causes "texexec
--lua" to break with a failure.

>>>
Package pgfbase: Error! Unsupported color model `'. Sorry.
error: ...text/tex/texmf-context/tex/context/base/font-otf.lua:1998:
attempt to index local 'tfmdata' (a nil value)
.
\endpgfpicture ... [EMAIL PROTECTED] }\endgroup \hss \egroup
                                                  [EMAIL PROTECTED] \endgrou...
>>>

Does anyone know how this comes?

Regards,
Eyke
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to