Skip to content

Instantly share code, notes, and snippets.

@retorquere
Created August 7, 2015 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save retorquere/0b00fb8268ec3f8f7527 to your computer and use it in GitHub Desktop.
Save retorquere/0b00fb8268ec3f8f7527 to your computer and use it in GitHub Desktop.
\RequirePackage{filecontents}
\begin{filecontents*}{\jobname.bib}
@online{zotero-1855286-1414,
title = {Patent Landscape analysis: sample from {S}40RTS},
url = {http://www.patanalyse.com/sample-analysis.html},
timestamp = {2014-10-18 17:04:22},
urldate = {2014-10-18},
file = {Patent Landscape analysis\: sample from PatAnalyse:/Users/jeff/Zotero_data/storage/AQRPC353/sample-analysis.html:text/html}
}
\end{filecontents*}
\documentclass{article}
\usepackage[%
% backend=bibtex % use BibTeX
backend=biber % Use biber
]{biblatex}
\addbibresource{\jobname.bib}
\begin{document}
\nocite{*}
\protect \textbackslash
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment