下面是我的文件。我试图确保使用的是 12pt Times New Roman 字体。此外,我还试图删除第一页上的页码,但不删除页眉。如果有人对确保文档中的这两个功能有任何建议,我将不胜感激。
\documentclass[12pt]{article}
\usepackage[left=0.75in,right=0.75in,top=0.75in,bottom=0.75in]{geometry}
\usepackage{fancyhdr}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
%\pagestyle{empty}
\begin{document}
\rhead{John Doe \\ #########}
Hello, world!
\end{document}
答案1
Q1. 時間:
\usepackage{mathptmx}
Q2. 有点难。最简单的解决方案(但不是最好的)是在序言中写类似
\cfoot{} \usepackage{afterpage} \AtBeginDocument{\afterpage{\cfoot{\thepage}}}