这个问题在这里其实已经被问过,但还没有得到回答。
里程碑标记(milestone markers)可以用来设置文本样式吗?
如果可以,在 custom.sty 文件中的语法是什么?到目前为止,我还没有成功实现任何效果。
如果答案是“不可以”,那么我很好奇里程碑的实际使用场景是什么。
例如,我们通过使用不同的字体来标记引文,因此我们的 custom.sty 文件包含以下内容:
\Marker qt
\Fontname Scheherazade
我们不喜欢这种系统的原因是,字符样式(character styles)在遇到非字符样式时必须打开和关闭,这意味着跨越节或中间有脚注的引文需要大量额外的标记。
\v 2 \qt here's a long quotation\qt*\f + \ft footnote\f* \qt and then the continuation of it.\qt*
\v 3 \qt but then it goes to a new verse.\qt*
\v 4 \qt And another one.\qt*
如果这样会好多:
\v 2 \qt-s\* here's a long quotation\f + \ft footnote\f* and then the continuation of it.
\v 3 but then it goes to a new verse.
\v 4 And another one.\qt-e\*
This question has essentially been asked but not answered here also.
Can milestone markers be used to style text?
If so, what’s the syntax in the custom.sty file? So far I haven’t gotten anything to work.
If the answer is “no”, then I’m curious to know what the actual use case of milestones is.
For example, we mark quotations by using a different font, so our custom.sty sheet includes
\Marker qt
\Fontname Scheherazade
The reason we don’t love this system is because character styles are supposed to be opened and closed whenever you get to non-character styles, which means a quote that spans verses or has a footnote in the middle of it requires lots of extra markers.
\v 2 \qt here's a long quotation\qt*\f + \ft footnote\f* \qt and then the continuation of it.\qt*
\v 3 \qt but then it goes to a new verse.\qt*
\v 4 \qt And another one.\qt*
This would be a whole lot nicer
\v 2 \qt-s\* here's a long quotation\f + \ft footnote\f* and then the continuation of it.
\v 3 but then it goes to a new verse.
\v 4 And another one.\qt-e\*
机器翻译自 English