从 Latex 模板中删除 PACS 和关键字字段

从 Latex 模板中删除 PACS 和关键字字段

我使用与本文中给出的相同的模板: 如何在 revtex 4 中切换 PACS 和关键字的位置

为方便起见,这里复制了代码:

  \documentclass[jkps,preprint,fleqn,showkeys,showpacs]{revtex4}
  \usepackage{graphicx}
  \usepackage{amssymb}
  \usepackage{amsmath}
  \usepackage{bm}
  \usepackage{enumitem}  

 \begin{document}
 \setcounter{page}{0}     
 \title[]{atomic beam experiment}
 \author{1st author}
 \email{[email protected]}
 \author{2nd author}
 %\thanks{Fax: +82-2-554-1643}
 \affiliation{Department}

 \date[]{ September 2016}

 \begin{abstract}
 *******************
 \end{abstract}

 \keywords{Atom beam experiment; qubit manipulation; Rb atom beam}

 \pacs{42.50.Ex, 32.80.Wr, 32.80.-t; 32.10.Fn}

 %the [jkps] is the journal of Korean physical society 
 \end{document}

我想完全删除 pacs 和 keywords 字段而不修改样式文件(另一个问题仅要求切换字段)。

这容易做到吗?

相关内容