在我們正在處理的專案中,為了避免不必要的重複檢查或維護獨立的清單,我們使用獨立的里程碑(stand-alone milestones)來標記已經過團隊檢查、測試和顧問檢查的詞彙表項目,例如:
\p
\v 2 \k phivli\k* Ʒuvli/rromni kaj mulǎs laqo rrom, vëduva, vädana. \zteamchecked\* \ztested\* \zconschecked\*
自訂樣式表(custom stylesheet)的項目看起來像這樣。
\Marker ztested
\Name tested glossary item
\Description Has a glossary item been tested yet?
\OccursUnder id p
\StyleType Milestone
當我執行基本檢查(Basic Checks)時,我收到了大量類似以下的條目:
GLO 1:5 #Missing milestone end: \ztested
GLO 1:5 #Missing milestone end: \zteamchecked
GLO 1:5 #Missing milestone end: \zconschecked
我是不是在 custom.sty 項目中漏掉了什麼,導致基本檢查(Basic Checks)無法接受這些條目? 我確實希望收到關於真正遺漏結束標記的警告(即如果有一行以 \zteamchecked \ztested \* 結尾),所以我並不希望屏蔽所有訊息。
我嘗試在 custom.sty 中指定 "\Endmarker *",但這似乎完全沒有幫助
In the project that we are working on, in order to avoid needless rechecking or keeping separate lists, we are marking glossary items that have been team checked, tested and consultant checked with stand-alone milestones, e.g.:
\p
\v 2 \k phivli\k* Ʒuvli/rromni kaj mulǎs laqo rrom, vëduva, vädana. \zteamchecked\* \ztested\* \zconschecked\*
The custom stylesheet entry looks like this, for instance.
\Marker ztested
\Name tested glossary item
\Description Has a glossary item been tested yet?
\OccursUnder id p
\StyleType Milestone
When I run basic checks, I am spammed by entries looking like this:
GLO 1:5 #Missing milestone end: \ztested
GLO 1:5 #Missing milestone end: \zteamchecked
GLO 1:5 #Missing milestone end: \zconschecked
Am I missing something in the custom.sty entry that is stopping Basic Checks from accepting the entries? I do want to be warned about a genuine missed end (i.e. if there was a line that ended \zteamchecked \ztested \*), so I don't want to deny all the messages.
I tried specifying "\Endmarker *" in custom.sty, but that did not seem to help at all
機器翻譯自 English