ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Ed L. Cashin" <ecashin@coe.uga.edu>
Cc: ntg-context@ntg.nl
Subject: RE: different page numbers for doc parts
Date: Sat, 11 Sep 1999 14:31:06 -0400 (EDT)	[thread overview]
Message-ID: <Pine.GSO.3.95q.990911143000.13482A-100000@sage.coe.uga.edu> (raw)
In-Reply-To: <009e01befc20$eac51490$0321a8c0@bmach.nederware.nl>

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 <berend@pobox.com>
% 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


  reply	other threads:[~1999-09-11 18:31 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-11  1:52 Ed L. Cashin
1999-09-11  6:43 ` Berend de Boer
1999-09-11 18:31   ` Ed L. Cashin [this message]
1999-09-11 19:02     ` Berend de Boer
1999-09-12  7:13       ` Ed L. Cashin
1999-09-12  8:25         ` Hans Hagen
1999-09-11 23:16   ` Hans Hagen
1999-09-11 23:13 ` Hans Hagen
1999-09-13  2:23   ` Ed L. Cashin
1999-09-13  7:38     ` Hans Hagen
1999-09-13 14:13       ` Ed L. Cashin

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=Pine.GSO.3.95q.990911143000.13482A-100000@sage.coe.uga.edu \
    --to=ecashin@coe.uga.edu \
    --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).