latex 页眉设置 [转]

//注意加粗部分

\documentclass{article} \usepackage{CJK}
\usepackage{fancyhdr} \title{\textbf{Title}} \begin{document} \begin{CJK*}{GBK}{song} \pagestyle{fancy} \lhead{中文页眉} \rhead{作者} \maketitle \hrule %------------------------------------------------------------------- \begin{abstract} This is abstract... \begin{quote} \emph{Key words:} keyword1, keyword2, ... \end{quote} \end{abstract} \hrule %------------------------------------------------------------------- \section{Introduction} \newpage \section{System model} \newpage \section{Algorithm} \newpage \section{Conclusions} \newpage \begin{thebibliography}{9} \end{thebibliography} \clearpage %很重要,没有这句话也没就不会正常显示 \end{CJK*} \end{document}

 

 

[转]http://blog.csdn.net/fragno/article/details/6995893

posted on 2012-05-30 22:35  龙豆  阅读(7459)  评论(0编辑  收藏  举报

导航