14 May
2010
14 May
'10
11:45 a.m.
On Fri, 14 May 2010 12:44:47 +0200, Hans Hagen
On 14-5-2010 12:06, Marco wrote:
for i=0 downto -3: ran; label(\sometxt{\bold{Test}}, (7cm,-4cm)) rotatedaround ((7cm,-4cm),i*20) withcolor transparent("normal", .2, (r,g,b)); endfor;
because transparent overloads the mechanism that sometxt (textext) uses for passing info to tex and back ... maybe some future version will handle that (just comment the withcolor) Ah, I see. I don't need it at the moment as I can use textext with the code you provided.
Thanks for your explanation. I hope I'm not completely mistaken if I conclude, that there are some advantages when using \sometxt in MkII, but in MkIV both variants are basically the same. Marco