From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/895 Path: main.gmane.org!not-for-mail From: "Ed L. Cashin" Newsgroups: gmane.comp.tex.context Subject: RE: different page numbers for doc parts Date: Sat, 11 Sep 1999 14:31:06 -0400 (EDT) Sender: owner-ntg-context@let.uu.nl Message-ID: References: <009e01befc20$eac51490$0321a8c0@bmach.nederware.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035391733 28041 80.91.224.250 (23 Oct 2002 16:48:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:48:53 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Berend de Boer In-Reply-To: <009e01befc20$eac51490$0321a8c0@bmach.nederware.nl> Xref: main.gmane.org gmane.comp.tex.context:895 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:895 For me, this text results in two pages. The first has arabic 1 centered at the top, and the second has arabic 2 centered at the top, contrary to what I'd expect. I don't know if it matters, but this is how I'm processing it: # makefile DOC = berend $(DOC).pdf : $(DOC).tex texexec --interface=en --pdf $(DOC) < /dev/null % From berend@pobox.com Sat Sep 11 14:14:35 1999 % Date: Sat, 11 Sep 1999 08:43:10 +0200 % From: Berend de Boer % To: ntg-context@ntg.nl % Subject: RE: different page numbers for doc parts % % [The following text is in the "iso-8859-1" character set] % [Your display is set for the "US-ASCII" character set] % [Some characters may be displayed incorrectly] % % > I am having trouble figuring out how to switch pagenumbering in the % > middle of a document, e.g., having different styles of pagenumbering % > for frontmatter and bodymatter. \starttext \startfrontmatter \setupnumbering[conversion=romannumerals] \setuppagenumber[number=1] hi. i am in the front. \startbodymatter \setupnumbering[conversion=numbers] \setuppagenumber[number=1] hi. i am from the body. \stoptext % % > -----Original Message----- % > From: owner-ntg-context@let.uu.nl % > [mailto:owner-ntg-context@let.uu.nl]On % > Behalf Of Ed L. Cashin % > Sent: Saturday, September 11, 1999 3:52 AM % > To: ConTeXt mailing list % > Subject: different page numbers for doc parts % > % > % > I am having trouble figuring out how to switch pagenumbering in the % > middle of a document, e.g., having different styles of pagenumbering % > for frontmatter and bodymatter. % > % > I'd like to have lowercase roman numerals for the frontmatter page % > numbers, and then reset the page numbering to one, using arabic page % > numbers for the bodymatter. I'm having trouble getting \page[1] or % > \setuppagenumber[number=1] to reset the page number to one also. % > % > -- % > --Ed Cashin % > ecashin@coe.uga.edu % > --Ed Cashin ecashin@coe.uga.edu