|
|
教学公告
LaTex 常用包
[作者:
朱佳 发布时间:2014-12-05 11:32:58 浏览次数:1850次]
\usepackage[ruled,shortend,lined,linesnumbered]{algorithm2e} %显示算法格式
\usepackage{amsmath} %调用数学相关符号
\usepackage{graphicx} %支持图片显示
\usepackage{natbib} %支持更多得文献引用格式
\cite{"label"} %引用文献
以下面文献为例,则引用时\cite{Moed02}
@article{Moed02,
author = "H.F. Moed",
title = "Measuring China's research performance using the Science Citation Index",
journal = "Journal of Informetrics",
volume = "53",
number = "3",
pages = "281-296",
year = {2002}
}
%\bibliographystyle{plain} %文献引用格式,默认以数字编号引用
\bibliographystyle{plainnat} %默认是名字+年份格式引用
%\bibliographystyle{abbrv}
\bibliography{sigproc}%放置所有文献的文件,例如sigproc.bib
