ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Pablo Rodriguez <oinos@gmx.es>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: wrong 2TOPSIDE?
Date: Thu, 27 Aug 2020 19:30:34 +0200	[thread overview]
Message-ID: <a1985445-b4a1-48e4-3f25-676f83442b7f@gmx.es> (raw)

Dear list,

I have the following sample:

    \startmode[*first]
    \startbuffer[abcde]
      \setuppapersize[A5, landscape]
      \setupbodyfont[100pt]
        \starttext
          \dorecurse{158}{%
            \startmakeup[page][style=\bf\ss, align=center, pagestatus=start]
                \recurselevel
            \stopmakeup}
        \stoptext
    \stopbuffer
     \savebuffer[abcde][singular.tex]

     \executesystemcommand{context --purgeall
--result=\jobname-singular.pdf  \jobname-singular.tex}

     \ctxlua{os.remove(tex.jobname.."-singular.tex")}
    \stopmode

    \startnotmode[*first]
      \setuppapersize[A5, landscape][A4]
      \setuparranging[2TOPSIDE]
      \setuplayout[page]
      \setupinteractionscreen[option={portrait,paper}]
      \starttext
      \insertpages[\jobname-singular.pdf][width=0pt]
    \stopnotmode

    \stoptext

I would say that last page (number 158 on #81) is misplaced. I think it
should be on #80.

Could anyone confirm this?

I’m also experiencing issues (I don’t get the first 11 imposed pages),
because I have to use:

     \executesystemcommand{context --purgeall
--result=\jobname-singular.pdf  --environment=\jobname-singular.tex
\jobname-singular.xml}

Is there a fix for this?

I’m reporting this right now, but I won’t be reaching a computer until
next Wednesday. (I know I’m going to forget, if I don’t write this now.)

Many thanks for your help,

Pablo
--
http://www.ousia.tk
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

                 reply	other threads:[~2020-08-27 17:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=a1985445-b4a1-48e4-3f25-676f83442b7f@gmx.es \
    --to=oinos@gmx.es \
    --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).