Jaroslav Snajdr <[EMAIL PROTECTED]> 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. (-:

Reply via email to