ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Herbert Voss <Herbert.Voss@FU-Berlin.DE>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: section headings
Date: Mon, 18 Apr 2011 11:05:13 +0200	[thread overview]
Message-ID: <4DABFEC9.1050108@FU-Berlin.DE> (raw)
In-Reply-To: <4DA0AB91.9000509@FU-Berlin.DE>

no one has an idea?

Am 09.04.2011 20:55, schrieb Herbert Voss:
> With the following code I get
>
> 1. Teil foo
> § 1 1 bar
> i baz
>
> but I need
>
> 1. Teil foo
> § 1 A. bar
> I. baz
>
> I cannot get the needed information from the wiki and the documentation.
>
> \def\PartNo#1{#1.\,Teil}
> \def\ChapterNo#1{§ \headnumber[part]
> \determineheadnumber[chapter]\currentheadnumber}
> \def\SectionNo#1{\determineheadnumber[section]\romannumeral\currentheadnumber}
>
> \setuphead[part][number=yes,after=\blank,numbercommand=\PartNo,
> style={\tfc\ss\bf},placehead=yes]
> \setuphead[chapter][before=\blank,after=\blank,conversion=Characters,
> numbercommand=\ChapterNo,
> continue=yes,style={\tfb\ss\bf}]
> \setuphead[section][conversion=Romannumerals,
> numbercommand=\SectionNo,style={\tfb\ss\bf}]
>
> \starttext
>
> \part{foo}
> \chapter{bar}
> \section{baz}
> \stoptext
>
>
> Herbert
> ___________________________________________________________________________________
>
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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
___________________________________________________________________________________

  reply	other threads:[~2011-04-18  9:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-09 18:55 Herbert Voss
2011-04-18  9:05 ` Herbert Voss [this message]
2011-04-19 12:46   ` Willi Egger

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=4DABFEC9.1050108@FU-Berlin.DE \
    --to=herbert.voss@fu-berlin.de \
    --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).