Suppressing Page Numbers
Hi, Thank you again for all the great help, I have received here in recent weeks; it is much appreciated. I have page numbering setup in my layout.tex environment file, which I use for all of our documents. % Show the page number in the middle of the footer \setuppagenumbering[ alternative=singlesided, location={header, margin}, style=bold, ] For a particular document, though, I don't want page numbers. Is there a way of locally suppressing the page numbers while still importing (via environment) the layout.tex file? I guess, what I am asking is, is there a way to "override" the setuppagenumbering setup locally? A workaround would be to have a second layout.tex file, just for this document, but I much prefer not to. Regards, Malte.
2012-10-23 Malte Stien: Hi Malte
For a particular document, though, I don't want page numbers. Is there a way of locally suppressing the page numbers while still importing (via environment) the layout.tex file? I guess, what I am asking is, is there a way to "override" the setuppagenumbering setup locally?
\setuppagenumbering [state=stop] Marco
participants (2)
-
Malte Stien
-
Marco Patzer