Skip to content

Instantly share code, notes, and snippets.

@retorquere
Created July 17, 2015 08:23
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 retorquere/540afe23e704b0bd301f to your computer and use it in GitHub Desktop.
Save retorquere/540afe23e704b0bd301f to your computer and use it in GitHub Desktop.
Trying to get that backslash
\RequirePackage{filecontents}
\begin{filecontents*}{\jobname.bib}
@online{zotero-1855286-1414,
title = {Faster \symbol{`\\} unfolding{} of communities: speeding up the Louvain algorithm},
url = {http://www.patanalyse.com/sample-analysis.html}
}
\end{filecontents*}
\documentclass{article}
\usepackage[%
% backend=bibtex % use BibTeX
backend=biber % Use biber
]{biblatex}
\addbibresource{\jobname.bib}
\begin{document}
\symbol{`\\}
\nocite{*}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment