如果您想要类似“第 1 章”这样的章节标题,可以输入:
\cl Chapter
将其放在 USFM 中 \c 1 之前。
如果您希望顺序不同,比如更像匈牙利的
“1. Fejezet”(数字在章节之前),那么在 `ptxprint-mods.tex" 中您还需要输入:
\def\MakeChapterLabel#1#2{#2. #1}
如果您只想显示数字,那么 \cl 行可以是,例如 \ZWNBSP(零宽不换行空格)。
为了完整性,如果您想要 The First Chapter 作为标题,或类似的内容,那么您应该输入:
\cl The first Chapter
放在相应的章节编号之后。
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.
机器翻译自 English