-
Notifications
You must be signed in to change notification settings - Fork 1
/
manuscript.tex
61 lines (42 loc) · 1.21 KB
/
manuscript.tex
1
\documentclass[jsarticle]{revtex4-1}% preamble:\usepackage{amsmath} % need for subequations\usepackage{graphicx} % need for figures\usepackage{verbatim} % useful for program listings\usepackage{color} % use if color is used in text\begin{comment}\usepackage{subfigure} % use for side-by-side figures\end{comment}\usepackage{hyperref} % use for hypertext links, including those to external documents and URLs\raggedbottom % don't add extra vertical space\begin{comment}\pagestyle{empty} % use if page numbers not wanted\end{comment}\begin{document}\title{Title comes here}\author{Author1}\affiliation{affiliation of author 1}\author{Author2}\affiliation{affiliation of author 2}\author{Author 3}\affiliation{affiliation of author 3}\date{\today}\begin{abstract} Abstract comes here. bra bra bra\end{abstract}\maketitle%\input{tex_files/introduction}%\input{tex_files/experiment}%\input{tex_files/results}% appendix%\input{tex_files/appendix_implementation}\section{Summary} Summary comes hrere. bra bra bra\begin{acknowledgements} acknowledgements comes here The authors thank bra bra bra\end{acknowledgements}\bibliography{refs}\end{document}