答案1
以下内容可以作为模板:
\documentclass{article}
\usepackage[margin=1in]{geometry}
\usepackage[export]{adjustbox}
\usepackage{fancyhdr}
\usepackage{lipsum}
\setlength{\parindent}{0pt}% Remove paragraph indent
\pagestyle{fancy}
\fancyhf{}% Clear header/footer
\fancyfoot[R]{\itshape Page~\thepage~of~\csname @abspage@last\endcsname}
\renewcommand{\headrulewidth}{0pt}% Remove header rule
\begin{document}
\begin{tabular}[t]{@{} l @{}}
\includegraphics[height=7\normalbaselineskip,valign=t]{example-image-1x1} \\
\\
\bfseries Faculty Search Committee \\
\itshape Department of Cleverness \\
\itshape Impressive University
\end{tabular}%
\hfill
\begin{tabular}[t]{@{} r @{}}
\bfseries My Name \\
\itshape Dept.\ of Science \\
\itshape Prestigious University \\
\itshape 000-000-0000 \\
\itshape [email protected] \\
\itshape www.google.com \\
\\
January 15, 2021
\end{tabular}
\bigskip
Dear members of the Search Committee,
\bigskip
\lipsum[1-20]
\end{document}
首先,“header”在第一页并没有被设置成header,而是两个tabular
元素按需要堆叠在一起。