Hi, I tried to put a footnote in a framed box, but the text of the footnote is not shown. Is that normal? Below you find a minimal sample of what I tried. I'm using mkiv 2009.10.02. %================================================================= \definecolor [caution] [r=1, g=.78, b=.62] \def\cautionbox#1{ \framed[background=color,backgroundcolor=caution,framecolor=red,align=normal,width=\textwidth]{#1}} \startbuffer \input tufte \stopbuffer \starttext \cautionbox{\getbuffer} \cautionbox{\getbuffer\footnote{And now a little footnote} \par\getbuffer} But as the text continues\footnote{And now a BIG footnote}. \stoptext %================================================================= Best regards Wolfgang Murth
Am 18.10.2009 um 17:29 schrieb Wolfgang Murth:
Hi,
I tried to put a footnote in a framed box, but the text of the footnote is not shown. Is that normal?
see: http://www.ntg.nl/pipermail/ntg-context/2009/044043.html
\def\cautionbox#1{ \framed [background =color,backgroundcolor=caution,framecolor=red,align=normal,width= \textwidth]{#1}}
\defineframed[cautionbox] [background =color,backgroundcolor=caution,framecolor=red,align=normal,width= \textwidth] Wolfgang
participants (2)
-
Wolfgang Murth
-
Wolfgang Schuster