ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* hiding page number in postponed makeup page
@ 2017-09-19 14:46 Henning Hraban Ramm
  2017-09-19 15:15 ` Pablo Rodriguez
  0 siblings, 1 reply; 7+ messages in thread
From: Henning Hraban Ramm @ 2017-09-19 14:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all,
back from the meeting I’m still working on my full page figure placement.
Most of it works so far, even if it tends to collide with floats, but now I’d like to switch off the page numbers on that pages.

The M(N)WE is simplified in that I use only a text area sized frame instead of a full page image on a layer.
If I could place the image layer on top of the page numbers that also would be a solution.


\setuppapersize[A6]
\setuppagenumbering
  [location=footer,
  alternative=doublesided,
  state=start]

\startsetups paginaoff
  \setuppagenumbering[location=,] % doesn’t work
\stopsetups

\setupmakeup[standard]
  [page=no,
  doublesided=no,
  headerstate=empty,
  footerstate=empty,
  before=\setups{paginaoff}]

\starttext
\input knuth

\startpostponing[+2]
\startstandardmakeup
  \setuppagenumbering[location=,] % doesn’t work
  \framed
    [width=\textwidth,
    height=\textheight,
    background=color,
    backgroundcolor=blue,
    foregroundcolor=white,
    foregroundstyle=bold,
    frame=off,
  ]{This page should show no page number}
\stopstandardmakeup
\stoppostponing

\dorecurse{5}{
  \recurselevel
  \input tufte \par
}

\stoptext



Greetlings, Hraban
---
http://www.fiee.net
http://wiki.contextgarden.net
GPG Key ID 1C9B22FD

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-09-23 10:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-19 14:46 hiding page number in postponed makeup page Henning Hraban Ramm
2017-09-19 15:15 ` Pablo Rodriguez
2017-09-19 21:29   ` Henning Hraban Ramm
2017-09-20 18:32     ` Pablo Rodriguez
2017-09-21  7:46       ` Henning Hraban Ramm
2017-09-21 20:20       ` Hans Hagen
2017-09-23 10:45         ` Henning Hraban Ramm

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).