ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Renaud AUBIN <aubin@nibua-r.org>
Subject: Re: chapter with letters rather than numbers?
Date: Fri, 14 Apr 2006 09:02:40 +0200	[thread overview]
Message-ID: <443F4910.4060509@nibua-r.org> (raw)
In-Reply-To: <e1ncu7$deb$1@sea.gmane.org>


Hi Johannes,

Use the following structure:

\starttext

\startfrontmatter
\chapter{Introduction} % unnumbered chapter
\input thuan
\stoptfrontmatter

\startbodymatter
\chapter{How to obtain numbered chapters}
\input knuth
\chapter{Just like this}
\input davis
\stopbodymatter

\startappendices % Within this one, you'll get "lettered" chapters
\chapter{This is my first appendix} % work with \appendix{...} but dunno
the difference since results look similar
\input ward
\chapter{See you soon on context IRC}
\input zapf
\stopappendices

\startbackmatter
\chapter{Unnumbered} % Yet Another Unnumbered chapter
\stopbackmatter

\stoptext

Johannes Graumann a écrit :

>Hi,
>
>How would I use \setuphead[chapter] to have consecutive letters rather than
>numbers assigned to chapters (in my appendix)?
>
>Thanks for any hint,
>
>Joh
>
>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context
>
>
>  
>

  reply	other threads:[~2006-04-14  7:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-14  5:41 Johannes Graumann
2006-04-14  7:02 ` Renaud AUBIN [this message]
2006-04-14  7:10   ` Johannes Graumann
2006-04-18 13:00   ` Aditya Mahajan

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=443F4910.4060509@nibua-r.org \
    --to=aubin@nibua-r.org \
    --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).