On 9/1/06, Peter Rolf wrote:
Hi Mojca,
try the new beta (should work)...
I'm sorry, I downloaded the beta a few hours too early :( I tried it on ConTeXtgarden as well and the problem remained (the installed beta was too old there as well). So it's definitely Patrick's fault! ;)) Yes, the problem is solved by now. The behaviour was a bit random before that, so I hope that it won't pop up again ;) Thanks for letting me know about that, Mojca
Mojca Miklavec wrote:
Hello,
When I place a graphic in the bacground and switch columns on, the background gets shifted for some reason.
I hope that the problem will be evident from this example (since it behaves in a pretty random way - sometimes it's OK and sometimes it's pretty much shifted to the left).
(Using ConTeXt version 2006.08.30 9:28)
\startuseMPgraphic{TitleGraphic} draw unitsquare xyscaled (\overlaywidth-5mm,\overlayheight-5mm); \stopuseMPgraphic
\defineoverlay [TitleGraphic] [\useMPgraphic{TitleGraphic}] \setupbackgrounds[page][background={TitleGraphic,page}]
\starttext
\startcolumns[n=3] \dorecurse{3}{\input tufte $$a^2+b^2=c^2$$} \stopcolumns
\stoptext