如果您想要類似標題的章節,例如「第 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