24 Jan
2013
24 Jan
'13
5:57 p.m.
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