On Thu, Sep 29, 2011 at 10:32 AM, Pontus Lurcock <p...@talvi.net> wrote:
> On Thu 29 Sep 2011, luigi scarso wrote:
>
>> hm , it looks like a bad match with  between width=17cm and textwidth
>> This extreme example seems to works
>> \setuplayout[location=doublesided,width=20pc]
>> \setuppagenumbering[alternative=doublesided,location={margin,header}]
>> \setupfloat[figure][location=inner]
>> \showframe
>> \starttext
>> % An extra page. \page[yes]
>> \dorecurse{4}{
>> \placefigure[]{caption}{\externalfigure[cow.pdf][width=30pc]}\page}
>> \stoptext
>
> Thanks! The \page after the figure certainly seems to fix it.
> Unfortunately a page break after every figure is impractical in my
> real document, but this might put me on the track of a solution (once
> I've read the layout manual a couple more times).
I 've put \page just to show quickly the effect, but maybe there are
still problems

\setuplayout[location=doublesided,width=20pc]
\setuppagenumbering[alternative=doublesided,location={margin,header}]
\setupfloat[figure][location=inner]
\showframe
\starttext
% An extra page. \page[yes]
\dorecurse{40}{
\placefigure[here]{caption}{\externalfigure[cow.pdf][width=30pc]}}
\stoptext
-- 
luigi
___________________________________________________________________________________
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