這個問題基本上已經被提出,但在此也尚未得到解答。
里程碑標記可以用來為文字套用樣式嗎?
如果可以,custom.sty 檔案中的語法是什麼?到目前為止,我還沒讓任何東西運作起來。
如果答案是「否」,我很好奇里程碑的實際使用情境是什麼。
例如,我們透過使用不同的字型來標記引文,因此我們的 custom.sty 樣式表包含
\Marker qt
\Fontname Scheherazade
我們不喜歡這個系統的原因是,字元樣式在遇到非字元樣式時必須開啟和關閉,這意味著跨越節或中間有腳註的引文需要大量額外的標記。
\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