Created
May 6, 2016 16:30
-
-
Save cranmer/0deb0df720176d4389c099094343d292 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[11pt]{article} | |
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots. | |
\geometry{letterpaper} % ... or a4paper or a5paper or ... | |
%\geometry{landscape} % Activate for for rotated page geometry | |
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent | |
\usepackage{graphicx} | |
\usepackage{amssymb} | |
\usepackage{epstopdf} | |
\usepackage[ | |
style=numeric-comp, | |
bibstyle=phys, | |
eprint=true, | |
doi=true, | |
articletitle=false, | |
biblabel=brackets, | |
backend=bibtex | |
]{biblatex} | |
\addbibresource{sample.bib} | |
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png} | |
\title{Brief Article} | |
\author{The Author} | |
%\date{} % Activate to display a given date or no date | |
\begin{document} | |
\maketitle | |
%\section{} | |
%\subsection{} | |
words~\cite{Gallicchio:2012ez} | |
\printbibliography | |
\end{document} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@article{Gallicchio:2012ez, | |
author = "Gallicchio, Jason and Schwartz, Matthew D.", | |
title = "{Quark and Gluon Jet Substructure}", | |
journal = "JHEP", | |
volume = "04", | |
year = "2013", | |
pages = "090", | |
doi = "10.1007/JHEP04(2013)090", | |
eprint = "1211.7038", | |
archivePrefix = "arXiv", | |
primaryClass = "hep-ph", | |
SLACcitation = "%%CITATION = ARXIV:1211.7038;%%" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment