使用 LaTeX 版排文稿,有時候會使用到單位符號;這時就可以引用 SIunits 宏包來處理需求。
在引用 SIunits 宏包的過程中,若是恰巧也引用到 數學宏包 - amssymb ,就會產生宏包衝突現象。
編譯過程會有如下的訊息:
! Package SIunits Error: The command \square was already defined.
(SIunits) Possibly due to the amssymb package.
要避免這情形發生,可以:
- 兩個宏包只能二選一。
- 若是要同時共用,就需設定 SIunits 宏包的“選項” – squaren。
排版指令用法如下:
\usepackage{amssymb}
\usepackage[squaren]{SIunits} % 單位符號宏包
沒有留言:
張貼留言