[Tex/LaTex] TeX file template like arXiv preprints

arxiv

I want to basically upload a research preprint to arXiv. I want my paper to exactly look like this paper here including the hyperlinks in the bibliography.

Can someone please tell me how the scratch tex file should look like to achieve this.

Any help is appreciated.

Best Answer

You can always download the source files and see what the author did (via the "other formats link" from the abstract page). In this instance, you can see that they did:

\documentclass[aps,pra,twocolumn,showpacs,preprintnumbers,amsmath,amssymb,footinbib]{revtex4}
...
\usepackage{xcolor}% coloured text
\usepackage[breaklinks=true,colorlinks,citecolor=blue,linkcolor=blue,urlcolor=blue]{hyperref}
Related Question