你能帮我编排页码吗?

你能帮我编排页码吗?

我怎样才能使页码从第一页开始,同时页眉除外...这样编号就会有规律地开始...但页眉从第二页开始?当我使用它时\thispagestyle{empty},它适用于两者。

我的代码:

\pagestyle{fancy} 
\fancyhf{} 
\rhead{\includegraphics[scale=0.08,trim={0.30mm 0.30mm 0.30mm 0.30mm},clip=true]{picture.pdf}} 
\lhead{\small{\textsc{Name}}} 
\lfoot{} 
\cfoot{\thepage} 
\rfoot{} 
\renewcommand{\headrulewidth}{0.35pt} 
\renewcommand{\footrulewidth}{0pt} 

\begin{document} 
\setcounter{page}{1} 
\thispagestyle{empty} 
\end{document}

相关内容