发布时间:2010-07-22 16:15:52
文章类别:小技巧
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100kj5u.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
【解决方案】
将文献引用作为上标出现可以使用 overcite 宏包
\usepackage{overcite}
或者使用 natbib 宏包
\usepackage[super,square]{natbib}
简单的一个方法是使用如下命令
\makeatletter
\def\@cite#1#2{\textsuperscript{[{#1\if@tempswa , #2\fi}]}}
\makeatother
而不需使用任何宏包。
也可定义一个新的命令:
\newcommand{\scite}[1]{\textsuperscript{\cite{#1}}}
发表评论 取消回复