要做到這一點,您需要一個章節編號前的章節標籤(\cl Chapter)。您可以將其設定為例如零寬不換行空格(zero width non-breaking space)。
您的 changes.txt 中是否可以這樣寫:
at GEN "(\\c 1)$" > "\\cl \ZWNBSP\n\1"
這是一個粗糙且醜陋的權宜之計,因為它會破壞輸入中任何真正的 \cl。我認為這是「對這些書卷使用特殊功能」(Use Special features for these books)所做的事情之一,但我認為它還做了其他一些事情。
You need a pre-chapter-number chapter label for that (\cl Chapter). You can set that to e.g. a zero width non-breaking space.
How about this sort of thing in your changes.txt:
at GEN "(\\c 1)$" > "\\cl \ZWNBSP\n\1"
This is a crude and ugly hack, because it will destroy any real \cl in your input. This is, I think, one of the things that “Use Special features for these books” does, but I think they do some other things too.
機器翻譯自 English