On 04/16/2015 09:19 PM, John Culleton wrote: > In the sample shown below I get correct (roman) > line numbers but the very first page, imported > from plug.tex has an unwanted page number. If I > surround that page with: > \startstandardmakeup[doublesided=no,page=yes] > and > \stopstandardmakeup > > the page number disappears but the page count is > wrong by one. Page numbers are roman.
Hi John, this isn’t wrong. Makeup pages aren’t numbered by default. Add "pagestate=start" to the makeup you want to get its page numbered. To avoid adding the same options to every single makeup, add in the preamble: \setupmakeup[pagestate=start, doublesided=no, page=yes] BTW, I don’t know whether this is is the best way to surpress page numbers in texts. Because makeups don’t split texts in pages. I hope it helps, 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://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________