5
我經常會遇到這樣的情況:我想將術語鏈接到術語表中,但用複數形式表示術語。用複數形式寫出沒有冗餘的術語
因此通常你做這樣的事在奇:
Some text before the term :term:`important word` then the stuff after the term
這被認爲是一個完全不同的術語:
Some text before the term :term:`important words` then the stuff after the term
這沒有得到解析:
Some text before the term :term:`important word`s then the stuff after the term
這是非常多餘的(但我目前所知的唯一選擇):
Some text before the term :term:`important words<important word>` then the stuff after the term
是否有另一種方法來寫一個複數形式的術語,而不需要陳述兩次?
我用我的完整論文的reST,我發現很多這樣的情況下,它不適合大量使用。我只能建議看看其他格式。我多次聽到ASCIIdoc作爲長文本的建議。 – erikbwork
我加了我提到的鏈接,現在我有足夠的聲望去做。 如果答案是有用的,你會介意接受嗎? – goodmami
是的,我會那樣做。儘管我同意您可能列出了唯一的解決方法,但它們都不是真正的解決方案。不是你的錯。 – erikbwork