
Code: Select all
\RequirePackage[l2tabu,orthodox]{nag}
\documentclass[11pt]{revtex4-1}
\begin{document}
\title{Big Title}
\author{Isaac Newton}
\email[email: ]{isaac.newton@somewhere.net}
\affiliation{Somewhere}
\begin{abstract}
Text.
\end{abstract}
\maketitle
\tableofcontents
\section{Introduction}
Text.
\section{Title}
Text.
\section{Title}
Text.
\subsection{Title}
Text.
\subsubsection{Title}
Text.
\subsubsection{Title}
Text.
\section*{Thanks}
Text.
\begin{thebibliography}{999}
\bibitem{bibitem1}
R.~Bob \& P.~Peter, \textit{Title}, Found.\ Phys.\ \textbf{47}, no. 6, 797 (2017).
\bibitem{bibitem2}
F.~Charles \& R.~Alice, \textit{Title}, Phys.\ Rev.\ D \textbf{65}, 103522 (2002).
\end{thebibliography}
\end{document}
revtex4-1
class have some problems with customization, but why this crap with a minimal code ?Preview :