ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: luigi scarso <luigi.scarso@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: [Layout] Problem with ConTeXt mkII
Date: Wed, 28 Sep 2011 13:38:20 +0200	[thread overview]
Message-ID: <CAG5iGsAKSYXgqz6CM-UOgobB7qXErxKZROT6=P4gbQngy2DR2Q@mail.gmail.com> (raw)
In-Reply-To: <95EE4F45-5DD9-4E16-9D6F-2051BB160F64@unilim.fr>

2011/9/28 Pierre-François Bonnefoi <bonnefoi@unilim.fr>:
> Hello Wolfgang,
>
> Thank you for your help, but your solution required ConTeXt mkIV, and I'm stuck to ConTeXt mkII.
> Sorry to learn that this bug make its path to the mkIV version.
>
> Could a new version of mkII could solve this bug ?
mkii is frozen.
Another patch is to force reset to all the pages of document, as for example
\dorecurse{1000}{\definelayout[\the\numexpr 1+\recurselevel][reset]}
or, if you are sure that your document has less than 500 pages
\dorecurse{500}{\definelayout[\the\numexpr 1+\recurselevel][reset]}


There are lots of warning, btw.


%%%%%%%%%%%%%%%%%%%%%
\setuptolerance[verytolerant,stretch]
\setuppapersize[A4][A4]


\setuplayout[
backspace=3cm, topspace=1.5cm,
rightmargin=0cm,leftmargin=1.3cm,
width=15cm,
leftmargindistance=0.2cm,
height=fit,
header=0cm, footer=1cm,
]

\definelayout[1][
topspace=5.2cm,
height=fit,
]

\dorecurse{1000}{\definelayout[\the\numexpr 1+\recurselevel][reset]}

\starttext
\dorecurse{100}{\input knuth}
\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	other threads:[~2011-09-28 11:38 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-28 10:41 Pierre-François Bonnefoi
2011-09-28 11:38 ` luigi scarso [this message]
2011-09-28 11:54   ` Wolfgang Schuster
2011-09-28 12:03     ` luigi scarso
2011-09-28 12:12       ` Wolfgang Schuster
  -- strict thread matches above, loose matches on Subject: below --
2011-10-02 14:39 Pierre-François Bonnefoi
2011-10-02 17:51 ` Wolfgang Schuster
2011-10-05 11:36   ` luigi scarso
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-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='CAG5iGsAKSYXgqz6CM-UOgobB7qXErxKZROT6=P4gbQngy2DR2Q@mail.gmail.com' \
    --to=luigi.scarso@gmail.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).