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: multi-page floats
Date: Wed, 6 Jun 2012 11:52:48 +0200	[thread overview]
Message-ID: <CAG5iGsBEGUhNVxLZmq3uToXOrXcq5EHiNKLkWiKSrA_V0BiA6Q@mail.gmail.com> (raw)
In-Reply-To: <CAG5iGsAQdk-fwEMdOHLWfDPJ3hk6Bn_qUP5vBvAp880p4YFbSw@mail.gmail.com>

On Wed, Jun 6, 2012 at 11:39 AM, luigi scarso <luigi.scarso@gmail.com> wrote:
> On Wed, Jun 6, 2012 at 9:37 AM, luigi scarso <luigi.scarso@gmail.com> wrote:
>> On Tue, Jun 5, 2012 at 8:25 PM, Henning Hraban Ramm <hraban@fiee.net> wrote:
>>> Am 2012-06-05 um 18:17 schrieb luigi scarso:
>>>
>>>
>>>>>> ! File ended while scanning use of \buff_gobble.
>>>>>
>>>>> Uhm I've tested but maybe I've made a wrong cut and paste.
>>>>> Re-check now.
>>>>
>>>> Ah, it 's a side effect of the previous code
>>>
>>>
>>>
>>> What did you change?
>> Who knows... I'm always try to use the latest beta, and sometime I
>> make some confusion.
>>
>>> I also overlooked that there is no image, i.e. layer is not visible.
> And maybe this is what you want
errata/corrige
> \def\DoublePicAt#1{
>      \setlayer[bg]{\externalfigure[#1][height=\dimexpr(\paperheight+6mm)]}
>      \strut
>      \page\stoppostponing
> }


\def\DoublePicAt#1{
      \setlayer[bg]{\externalfigure[#1][height=\dimexpr(\paperheight+6mm)]}
      \strut
      \page
}



>
> \newcount\AtPageCnt
>
> \def\PostPoneA#1#2{%
> \startpostponing[#2]%
> \DoublePicAt{#1}}
>
> \def\PostPone#1#2{%
> \AtPageCnt=#2
> \PostPoneA{#1}{\the\AtPageCnt}\stoppostponing
> \advance\AtPageCnt by 1%
> \PostPoneA{#1-back}{\the\AtPageCnt}\stoppostponing
> }
>
>
> \starttext
>
> \PostPone{hacker}{5}
>
> \dorecurse{30}{
>      \section{Knuth \recurselevel}
>      \input knuth
> }
> \stoppostponing
> \stoptext
>
>
> --
> luigi



-- 
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:[~2012-06-06  9:52 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-27 14:06 Henning Hraban Ramm
2012-05-28 17:27 ` Hans Hagen
2012-05-28 19:47   ` Henning Hraban Ramm
2012-05-31 18:25     ` Henning Hraban Ramm
2012-05-31 21:48       ` Hans Hagen
2012-06-04 12:03         ` Henning Hraban Ramm
2012-06-05 12:00           ` Henning Hraban Ramm
2012-06-05 12:33             ` luigi scarso
2012-06-05 12:42               ` luigi scarso
2012-06-05 16:01                 ` Henning Hraban Ramm
2012-06-05 16:08                   ` luigi scarso
2012-06-05 16:17                     ` luigi scarso
2012-06-05 18:25                       ` Henning Hraban Ramm
2012-06-06  7:37                         ` luigi scarso
2012-06-06  9:39                           ` luigi scarso
2012-06-06  9:52                             ` luigi scarso [this message]
2012-06-07 12:51                               ` Henning Hraban Ramm
2012-06-05 15:59               ` Henning Hraban Ramm
2012-06-05 17:55             ` Wolfgang Schuster
2012-06-05 18:35               ` Henning Hraban Ramm
  -- strict thread matches above, loose matches on Subject: below --
2001-09-03  7:52 Multi-page floats Giuseppe Bilotta
2001-09-04  9:14 ` Hans Hagen

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=CAG5iGsBEGUhNVxLZmq3uToXOrXcq5EHiNKLkWiKSrA_V0BiA6Q@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).