Skip to content

Instantly share code, notes, and snippets.

@qpleple
Created May 30, 2013 03:04
Show Gist options
  • Save qpleple/5675501 to your computer and use it in GitHub Desktop.
Save qpleple/5675501 to your computer and use it in GitHub Desktop.
Bibliography with URLs
@ONLINE{Doe:2009:Online,
author = {Doe, Ringo},
title = {This is a test entry of type {@ONLINE}},
month = jun,
year = {2009},
url = {http://www.test.org/doe/}
}
\documentclass{article}
\usepackage{biblatex}
\bibliography{test.bib}
\title{BibTeX Website citatations with the \textsf{biblatex}~package}
\date{}
\begin{document}
\maketitle
\nocite{Doe:2009:Online}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment