14 May
2012
14 May
'12
5:19 p.m.
Hi, while playing around with colors, I accidentally used two mutual color definitions. Stupid thing to do, but shit happens. :-D This example ends in an infinite loop. %---------------------- \definecolor[foo][red] \definecolor[bar][foo] \starttext \definecolor[foo][bar] \color[foo] foo \color[bar] bar \stoptext %---------------------- Regards, Peter