-- 2010 --
I expect it shows [1-10] for 10 continuous citations but [1]-[10] instead.
I cannot find any solution for it until I give up then try to trace codes
in IEEEtrans.cls.
I've found the definition \def\citedash{]--[} and guessed it is the format.
After redefine the pattern , \renewcommand\citedash{--}, the [1-10] pattern
shows.
-- 2008/07/19 bbs backup --
因為cite連續的reference,
原本預期會編成這樣
[1-10]
但編出來的結果是,
[1]-[10]
一直找不到有人也有同樣的問題,
經由trace code得知,原本定義在 IEEEtran.cls 裡面的
\def\citedash{]--[}
是那個樣式的定義,
因此重新定義此樣式,
\renewcommand\citedash{--}
這樣就可排出 [1-10] 的效果
沒有留言:
張貼留言