答案1
只需说\lhead{}
,即一个空的左页标题,因为这通常用于\leftmark{}
打印部分等标题。
\documentclass{article}
\usepackage{fancyhdr}
\pagestyle{fancy}
\rhead{\textsc{Department}}
\lhead{}%
\cfoot{\thepage}
\begin{document}
%\section{Objective Data} % nothing at left top when this active
\subsection{Status localis}
Hello world
\end{document}