Dear ConTeXt users,

I have some trouble with the document below. It uses framing for some
text blocks to make them stand out. In some cases (as with this document)
a float preceding the framed text will be framed too.
I am using the stable version (2002/12/02), the current beta does not
process
the document at all (seems to be some problem with \startfiguretext, I think
this was discussed earlier).

Does anybody know how to fix this strange behaviour?
Thanks

---------- cut here ----------
\setupcolors[state=start]
\defineframedtext[info]
  [frame=on,
   background=screen,
   width=\textwidth,
   framecolor=green]
 
\starttext

\title{Text}

\dorecurse{20}{A paragraph\par}

\startinfo
  \startfiguretext[left]{none}{\framed[width=0.8cm,height=0.8cm]{i}}
  Something important
  \stopfiguretext
\stopinfo


\reservefigure[width=\textwidth,height=\textwidth,frame=on][here]{Caption}

\startinfo
  \startfiguretext[left]{none}{\framed[width=0.8cm,height=0.8cm]{i}}
  This text should be framed
  \stopfiguretext
\stopinfo

\stoptext
---------- cut here ----------

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
NEU: Mit GMX ins Internet. Rund um die Uhr f�r 1 ct/ Min. surfen!

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to