- 1.如何在 DocBook 中放入 MathML?
- 看這裡
- [交叉參考的處理]
如:圖11."妹妹的照片" -> 圖11.
開啟 param.xsl
設定 xref.with.number.and.title = 0
[文章參考文獻的引用以數字不以(人名+年份)]
文獻引用標題為 [1] 而不是 [Brooks95]
開啟 param.xsl
設定 bibliography.numbered= 0
- docbook 參考文獻的處理
- biblioentry vs bibliomixed
biblioentry
Contains a set of bibliographic elements in random order that the stylesheet selects, orders, and renders. It does not permit PCDATA (ordinary text) except in its child elements.
bibliomixed
Contains the mix of elements, text, and punctuation as you want it presented. The stylesheet formats elements but does not rearrange them. The term mixed is used here because this is mixed content of elements and text (PCDATA).
This citation:在
to this entry:brody98 ...
will generate this citation text:
[brody98]
xref
, link
或 biblioref 等元素設定
linkend 屬性即可