ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Berend de Boer <berend@pobox.com>
Cc: ntg-context@ntg.nl
Subject: Re: Chapter headers and styles
Date: 25 Feb 2002 13:21:29 +0100	[thread overview]
Message-ID: <878z9hwy46.fsf@dellius.nederware.nl> (raw)
In-Reply-To: <3C7A20C1.457A2537@kerio.com>

Jaroslav Snajdr <jsnajdr@kerio.com> writes:

> 1. I make an index with command \completeindex, which generates numbered
> \chapter. I want it to be a unnumbered \title. How to do this? I saw a
> hardcoded \systemsuppliedchapter in core-reg.tex.

Perhaps by placing your own chapter and use \placeindex?

> 3. I want my chapter headers to appear as:
> 
> Chapter 1 (small font)
> 
> One of My Chapters (big font)
> 
> --------------rule------------------
> 
> The simplest quick solution
> 
> \def\ChapterTitle#1#2{{\ssbfa #1}\crlf {\ssbfc #2} \crlf \hairline}
> \setuphead[chapter][command=\ChapterTitle]
> 
> doesn't work. First, the \crlf is ignored. Second, the fonts are ignored
> and replaced by default values, or the values I specify in style= option
> of \setuphead.

Put things in a \vbox (or frame) something like:

\framed[frame=off]{#1\par\#2}

untested code, just to give you an idea.

> 4. I want Czech sorting in the index and Czech alphabet in indicators.
> Any support in ConTeXt/texutil for this? I achieved proper sorting by
> some hacks in texutil.pl, but that was an ugly solution.

I'm afraid this is the only solution, but perhaps Hans has a better one.

-- 
Groetjes,

Berend. (-:


  parent reply	other threads:[~2002-02-25 12:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-25 11:32 Jaroslav Snajdr
2002-02-25 12:14 ` Hans Hagen
2002-02-25 14:02   ` David Antos
2002-02-25 15:26     ` Hans Hagen
2002-02-25 14:46   ` John Culleton
2002-02-25 12:21 ` Berend de Boer [this message]
2002-02-25 13:15   ` Hans Hagen

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=878z9hwy46.fsf@dellius.nederware.nl \
    --to=berend@pobox.com \
    --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).