Re: [NTG-context] [Layout] Problem with ConTeXt mkII
Hello Aditya, You're the witness ! I obtain the same document that you've obtained : look at the third page : the size of the document is smaller, the text doesn't flow correctly on this page. I've tried it on my document : no success. For Hans, the \page make me jump ton a new page but doesn't correct the problem. Thank you for your help, Pierre-François. -- Bonnefoi Pierre-Francois | E-mail : bonnefoi@unilim.fr Universite de Limoges, Laboratoire XLIM | Tel : 06 28 18 03 38 83, rue d'Isle | Mrs. Peel, we're needed... 87000 Limoges - FRANCE | The Avengers.
Am 02.10.2011 um 16:39 schrieb Pierre-François Bonnefoi:
Hello Aditya,
You're the witness !
I obtain the same document that you've obtained : look at the third page : the size of the document is smaller, the text doesn't flow correctly on this page. I've tried it on my document : no success.
Set the global layout with “\definelayout[current][..,.=.,..]”, when this layout is defined context will use it after it has used a layout for a certain page (in your case for the first page). % engine=pdftex \setuppapersize[A4][A4] \definelayout [current] [backspace=3cm, topspace=1.5cm, leftmargin=1.3cm, rightmargin=0cm, width=15cm, leftmargindistance=0.2cm, height=middle, header=0cm, footer=1cm] \definelayout [1] [topspace=5.2cm, height=middle] \showframe[text][text] \setuptolerance[verytolerant,stretch] \starttext \dorecurse{100}{\input knuth\par} \stoptext Wolfgang
On Sun, Oct 2, 2011 at 7:51 PM, Wolfgang Schuster
Am 02.10.2011 um 16:39 schrieb Pierre-François Bonnefoi:
Hello Aditya,
You're the witness !
I obtain the same document that you've obtained : look at the third page : the size of the document is smaller, the text doesn't flow correctly on this page. I've tried it on my document : no success.
Set the global layout with “\definelayout[current][..,.=.,..]”, when this layout is defined context will use it after it has used a layout for a certain page (in your case for the first page).
% engine=pdftex
\setuppapersize[A4][A4]
\definelayout [current] [backspace=3cm, topspace=1.5cm, leftmargin=1.3cm, rightmargin=0cm, width=15cm, leftmargindistance=0.2cm, height=middle, header=0cm, footer=1cm]
\definelayout [1] [topspace=5.2cm, height=middle]
\showframe[text][text]
\setuptolerance[verytolerant,stretch]
\starttext \dorecurse{100}{\input knuth\par} \stoptext
Wolfgang
it seems ok . -- luigi
participants (3)
-
luigi scarso
-
Pierre-François Bonnefoi
-
Wolfgang Schuster