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} 

你可能感兴趣的:(latex)