> On 20 Dec 2014, at 06:51, Aditya Mahajan wrote: > > Hi, > > Some time ago, Hans had helped me to write an 'overviewpage' module, that makes it easy to show a overview of the important slides at the end of a presentation. I have tweaked this module slightly to be able to save an arbitrary page by using > > \saveoverviewpage{reference} > > and reuse the page by > > \useoverviewpage{reference} > > An example is: > > \usemodule[overviewpage] > \setuppapersize[S4] > > \setupframedtext[rulethickness=3pt] > > \starttext > > \startframedtext > \input ward > \stopframedtext > \saveoverviewpage{ward} > \page > > \input tufte > \page > > \scale[width=0.5\textwidth]{\useoverviewpage{ward}} > > \stoptext > > > However, when I save a page that contains a framed box (as in the above example), the box looses its right frame when it is displayed again (see page 3 of the attached pdf). It appears that the left edge is twice as thick. > > Any idea why this is happening and how I can avoid this? > > Thanks, > Aditya___________________________________________________________________________________ > 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 > ___________________________________________________________________________________