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 : ntg-context@ntg.nl / 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
___________________________________________________________________________________

Reply via email to