Se você quiser um capítulo com aparência de título, como “Capítulo 1”, pode colocar:
\cl Chapter
antes de \c 1 no USFM.
Se você quiser uma ordem diferente, algo mais parecido com o húngaro
“1. Fejezet”, onde o número vem antes da palavra capítulo, então em `ptxprint-mods.tex" você também colocaria:
\def\MakeChapterLabel#1#2{#2. #1}
Se você quiser apenas o número, a linha \cl poderia ser, por exemplo, \ZWNBSP (espaço não separável de largura zero).
Para completude, se você quiser The First Chapter como título, ou algo semelhante, então colocaria:
\cl The first Chapter
DEPOIS do número do capítulo relevante.
If you want a heading-like chapter like “Chapter 1”, then you can put:
\cl Chapter
before \c 1 in the USFM.
If you want the order different, something more like Hungarian’s
“1. Fejezet”, where the number comes before the chapter, then in `ptxprint-mods.tex" you would also put:
\def\MakeChapterLabel#1#2{#2. #1}
If you want to just have the number, then the \cl line could be, for instance \ZWNBSP (zero width non-breaking space).
For completeness, if you want The First Chapter as a title, or something similar, then you would put:
\cl The first Chapter
AFTER the relevant chapter number.
Tradução automática de English