Hello,
I have several problems with customizing the layout of chapter headers.
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.
2. I want \titles to appear in table of contents. Up to now,
\completecontent worked fine for me.
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.
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.
Regards,
Jaroslav Snajdr