我正在写一篇研究提案,我选择了这个模板在 Overleaf 中有 2 列。感谢 @John Kormylo,我可以包含个人简介,但问题是,.tex
尽管我使用了自动填充功能(我用红色突出显示),但还是会出现文件中不存在的奇怪不需要的单词\clearpage
,如下所示:
\documentclass[%
reprint,
%superscriptaddress,
%groupedaddress,
%unsortedaddress,
%runinaddress,
%frontmatterverbose,
%preprint,
%preprintnumbers,
%nofootinbib,
%nobibnotes,
%bibnotes,
amsmath,amssymb,
aps,
%pra,
%prb,
%rmp,
%prstab,
%prstper,
%floatfix,
]{revtex4-2}
\usepackage{graphicx}% Include figure files
\usepackage{dcolumn}% Align table columns on decimal point
\usepackage{bm}% bold math
\usepackage{hyperref}% enables hyperlinks in the PDF
\usepackage{wrapfig}
\usepackage{lipsum}
\begin{document}
\section{Introduction \& Background}
\section{References}
\bibliography{bibfile}% Produces the bibliography via BibTeX.
%Method 1
\lipsum[1]
\medskip
\hangindent=\dimexpr 1in+1em\relax
\hangafter=-8
\noindent\llap{\raisebox{\dimexpr\ht\strutbox-\height}[0pt][0pt]{\includegraphics[width=1in,height=1.25in]{example-image}}%
\hspace{1em}}
\indent\LipsumPar{2}
\end{document}
任何有助于改进此模板的帮助都将受到赞赏。