Skip to content

Instantly share code, notes, and snippets.

@cranmer
Created May 6, 2016 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cranmer/0deb0df720176d4389c099094343d292 to your computer and use it in GitHub Desktop.
Save cranmer/0deb0df720176d4389c099094343d292 to your computer and use it in GitHub Desktop.
\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}
@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