ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: [Layout] Problem with ConTeXt mkII
Date: Sun, 2 Oct 2011 19:51:53 +0200	[thread overview]
Message-ID: <996115E4-CDD7-4942-89B9-84763BD04E7A@googlemail.com> (raw)
In-Reply-To: <8B150623-B83C-4D70-87B9-560B30E9D867@unilim.fr>


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

___________________________________________________________________________________
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	other threads:[~2011-10-02 17:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-02 14:39 Pierre-François Bonnefoi
2011-10-02 17:51 ` Wolfgang Schuster [this message]
2011-10-05 11:36   ` luigi scarso
  -- strict thread matches above, loose matches on Subject: below --
2011-10-01 16:59 Pierre-François Bonnefoi
2011-10-01 17:25 ` Aditya Mahajan
2011-10-02 11:25 ` Hans Hagen
2011-09-29 10:19 Pierre-François Bonnefoi
2011-09-29 10:44 ` luigi scarso
2011-09-28 10:41 Pierre-François Bonnefoi
2011-09-28 11:38 ` luigi scarso
2011-09-28 11:54   ` Wolfgang Schuster
2011-09-28 12:03     ` luigi scarso
2011-09-28 12:12       ` Wolfgang Schuster
2011-09-26 18:18 Pierre-François Bonnefoi
2011-09-26 19:09 ` Wolfgang Schuster
2011-09-25 18:54 Pierre-François Bonnefoi
2011-09-26  8:02 ` luigi scarso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=996115E4-CDD7-4942-89B9-84763BD04E7A@googlemail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).