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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM