Created
May 30, 2013 03:04
-
-
Save qpleple/5675501 to your computer and use it in GitHub Desktop.
Bibliography with URLs
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
@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/} | |
} |
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{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