1.每次排版latex文章都要自己再找很多宏包放上去,这是排版节能减排--中文论文的一个导言去,希望下次排版的时候可以直接复制省时间。
\documentclass[UTF8]{ctexart}
\usepackage[a4paper,left=2cm,right=2cm,top=2.5cm,bottom=2.5cm]{geometry}
\usepackage{abstract}
\usepackage{CJK} % CJK 中文支持
\usepackage{geometry} % 利用 geometry 可以很方便的设置页面的大小。
\usepackage{fancyhdr} % 用 fancyhdr 来设置页眉和页脚十分方便,而且可以在配合 CCT、CJK来设置中文的页眉等。
\usepackage{slashbox}
\usepackage{amsmath,amsfonts,amssymb,graphicx} % EPS 图片支持
\usepackage{subfig}
\usepackage{indentfirst} % 中文段落首行缩进
\usepackage{mathrsfs} % 用于产生一种数学用的花体字
\usepackage{multirow}
\usepackage{titletoc}
\usepackage[colorlinks,
linkcolor=black,
anchorcolor=blcak,
citecolor=black]{hyperref}
\pagestyle{fancy}
\lhead{}
\chead{}
\rhead{}
\lfoot{}
\cfoot{}
\rfoot{\centering \thepage}
\renewcommand{\headrulewidth}{0pt} %改为0pt即可去掉页眉下面的横线
\renewcommand{\footrulewidth}{0pt} %改为0pt即可去掉页脚上面的横线 0.4pt
可以在latex下最后直接打:(举例) \bibitem{proceedings} 王,高斯背景,学位论文,2012。
再在前面用\cite或者\nocite使其出现在参考文献中即可。