On Thu, Jan 24, 2013 at 5:44 PM, Devendra Ghate wrote:
> Hi,
>
> Following MWE produces the error given below. I have been able to include
> other tikz libraries (arrows, decorations) successfully.
>
> *MWE*
>
> \usemodule[tikz]
> \usetikzlibrary{external}
You need to use [brackets] instead of {braces}. See the manual, for
example section 3.2 (Setting up the environment).
\usemodule[tikz]
\usetikzlibrary[arrows]
\starttext
\starttikzpicture
\draw[stealth-] (0,0) -- (1,1);
\stoptikzpicture
\stoptext
Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________