我正在撰写一篇论文,准备提交给 AIP Physics of Fluids 期刊。我使用 RevTex 4.2 发行版来获取其格式,但无法重现最终文档的显示方式。据我了解,为了查看我的文档在期刊格式下的样子,我需要使用选项 reprint 和两列格式:
\documentclass[reprint,aip,pof,amsmath,amssymb,twocolumn]{revtex4-2}
但是,这仍然显示为单列。我尝试切换到预印本选项,它可以在显示双列模式下工作,但它缺少期刊的最终格式,而这正是我想要看到的。我使用 MikTex,我相信我通过将所需的文件夹复制到我的 MikTex 本地目录正确安装了 RevTex,除了这个问题之外,一切都编译正常。
这是我的代码(我省略了一些不会产生任何区别的第一页条目):
\documentclass[reprint,aip,pof,amsmath,amssymb,twocolumn]{revtex4-2}
\usepackage{graphicx} % Include figure files
\usepackage{dcolumn} % Align table columns on decimal point
\usepackage{bm} % Bold math
\usepackage[group-separator={,}]{siunitx} % SI units
\draft % marks overfull lines with a black rule on the right
\pdfoutput=1 % allows pdf output for LaTex compiler (instead of pdfLatex)
\begin{document}
\title{Title of Paper} %Title of paper
\date{\today}
\begin{abstract}
insert abstract here
\end{abstract}
\end{document}
答案1
在文档类中, RevTex 4.2twocolumn
格式应该可以工作。如果不行,请检查您正在输入/使用的期刊类型 - 在下面的代码中输入第二个内容。
例如《物理评论快报》催乳素,请参见下面的示例:
\documentclass[%
aip,
prl,%
amsmath,amssymb,
%preprint,%
reprint,%
%author-year,%
%author-numerical,%
twocolumn,
]{revtex4-2}