Hi,
I just tested the below MWE!
It worked with the latest beta MKIV (--modules=all), an three day old beta, and
with the TeXLive 2013 (MacTeX)
No errors. Running via TeXShop on a Mac OS 10.85
I can only assume that something is wrong with your set-up! maybe a path
problem and the wrong TiKZ is being loaded.
reagrds
Keith.
Am 10.10.2013 um 13:09 schrieb Xan <[email protected]>:
> Minimal example:
>
> % Regime
> \enableregime[utf]
>
> % Choose a language, and associated hyphenation rules.
> \mainlanguage[ca]
>
> \usemodule [tikz]
> \usetikzlibrary [decorations]
> \usetikzlibrary[decorations.markings]
>
>
>
> \starttext
>
>
>
> \starttext
> \starttikzpicture
> [decoration={
> markings,
> mark=
> between positions 0 and 1 step 0.5
> with {
> \draw (0,-2pt) -- (0,2pt);
> }
> }
> ]
> \coordinate (F) at (0,0);
> \draw[very thick,color=green, loosely dashed,postaction={decorate}] (0,1)
> -- (F);
> \stoptikzpicture
> \stoptext
>
> \stoptext
>
>
> does not work.
>
> Without \coordinate it works. What fails?
>
> Thanks in advance,
> Xan.
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
___________________________________________________________________________________
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
___________________________________________________________________________________