我使用以下命令在作業的所有頁面上產生頁首和頁尾:
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead{Math 185 Spring 2014}
\chead{Problem Set 3}
\rhead{Jacob Kent}
\renewcommand{\headrulewidth}{0.25pt}
\renewcommand{\footrulewidth}{0.25pt}
如何僅從文件的第一頁刪除頁首/頁尾?我希望它出現在所有其他頁面上,而不是第一頁。
答案1
將其新增至文件開頭附近的某個位置。\maketitle
如果適用的話,我通常會把它放在周圍。
\thispagestyle{empty}