Am 22.11.2011 um 06:23 schrieb Kip Warner:

> Hey folks,
> 
> I noticed as of maybe a week ago, that all of the text I have positioned
> inside of a box has disappeared. I can see everything else, as before,
> but not the stuff in the box. The box just shows up as a mangled line.
> 
> The following is a minimal example from ConTeXt version 2011.11.17
> 09:18. This code was working just fine a few days ago.


This is tested and works on my machine:

\definebackground
  [TimelineDocumentFrame]
  [frame=on,
   before=\blank,
   after=\blank,
   corner=round,
   topoffset=0.5cm,
   rightoffset=0.5cm]

\definestartstop
  [TimelineDocument]
  [before=\startTimelineDocumentFrame,
   after=\stopTimelineDocumentFrame,
   style=italic]

\starttext

\startTimelineDocument
Some stuff in a box.
\stopTimelineDocument

\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to