Cannot turn big letters to small
Hello, I have heads typed in capital letters, but I want first letters of each word to be capitalized and the rest small. For example, I have \faculty{ФАКУЛЬТЕТ АЕРОКОСМІЧНИХ СИСТЕМ УПРАВЛІННЯ} but actually I need the result that would be produced by \faculty{Факультет Аерокосмічних Систем Управління } I have played a lot with \Word, \Words, \Cap, etc, but they don't work. Current \word command turns all letters to small, but this is not acceptable. \definehead[faculty][chapter] \setuphead [faculty][ incrementnumber=list, page=yes, number=no, align=right, style={\switchtobodyfont[impact]\bfb\word}] Best, Vyatcheslav
Vyatcheslav Yatskovsky wrote:
Hello,
I have heads typed in capital letters, but I want first letters of each word to be capitalized and the rest small.
For example, I have
\faculty{ФАКУЛЬТЕТ АЕРОКОСМІЧНИХ СИСТЕМ УПРАВЛІННЯ}
but actually I need the result that would be produced by
\faculty{Факультет Аерокосмічних Систем Управління }
I have played a lot with \Word, \Words, \Cap, etc, but they don't work. Current \word command turns all letters to small, but this is not acceptable.
\definehead[faculty][chapter] \setuphead [faculty][ incrementnumber=list, page=yes, number=no, align=right, style={\switchtobodyfont[impact]\bfb\word}]
mkii or mkiv? ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 30.03.2009 um 17:31 schrieb Vyatcheslav Yatskovsky:
Hello,
I have heads typed in capital letters, but I want first letters of each word to be capitalized and the rest small.
Till Hans fix \Word(s) you could use this: \setuphead[faculty][deeptextcommand=\Words\lowercase] Wolfgang
participants (3)
-
Hans Hagen
-
Vyatcheslav Yatskovsky
-
Wolfgang Schuster