22 Feb
2011
22 Feb
'11
10:22 p.m.
Am 22.02.2011 um 23:18 schrieb Philipp Gesang:
On 2011-02-22 <22:46:20>, Wolfgang Schuster wrote:
Am 22.02.2011 um 22:25 schrieb Philipp Gesang:
Hi all,
[3] Is there a way to globally declare an externalfigure from inside a group? So that in the following example, the second reference to “kuh” succeeds.
···8<···························································· \starttext
\bgroup \useexternalfigure[kuh][cow]
\startglobal \useexternalfigure[kuh][cow] \stopglobal
Thanks a lot, this works like a charm. Too bad I already wrote a workaround …
Which? As Hans wrote \startglobal can result in unwanted side effects. Wolfgang