11 Oct
2009
11 Oct
'09
11:12 p.m.
On Sun, 11 Oct 2009, Wolfgang Miurth wrote:
\setupinteraction[color=] That does not work in the latest version. The style parameter is recognized, but ot the color parameter. Following produces red links, even if green is selected.
%========================= \setupinteraction [state=start, color=green, style=] \starttext
\startuseMPgraphic{circle} draw fullcircle scaled 1cm; \stopuseMPgraphic
\placefigure [] [fig:ref] {Text} {\useMPgraphic{circle}}
\in{figure}[fig:ref]
\at{figure}[fig:ref]
\stoptext
%=========================
This is a bug in mkiv. It works correctly in mkii. Aditya