8 Feb
2011
8 Feb
'11
4:38 p.m.
Am 08.02.2011 um 17:08 schrieb Andreas Harder:
This worked for me.
Thanks, i wrapped it in a environment. \usemodule[tikz,annotation] \usetikzlibrary[shapes.callouts] \define[2]\SpeechbubbleCommand {\starttikzpicture[remember picture] \node[rectangle callout, draw] (node:ref) {\framedtext[width=fit,frame=off]{#2}}; \stoptikzpicture} \defineannotation [speechbubble] [alternative=command, command=\SpeechbubbleCommand] \starttext \speechbubble{Hello!} \startspeechbubble \input ward \stopspeechbubble \stoptext Wolfgang