Skip to content

Instantly share code, notes, and snippets.

@oriolclosa
Created May 26, 2020 16:44
Show Gist options
  • Select an option

  • Save oriolclosa/269ea29a87060cc49350748c543e7cd7 to your computer and use it in GitHub Desktop.

Select an option

Save oriolclosa/269ea29a87060cc49350748c543e7cd7 to your computer and use it in GitHub Desktop.
LaTeX ISO-690 bibliography
\usepackage[backend=biber, style=iso-numeric, sorting=none, bibencoding=UTF8]{biblatex}
\let\oldcite\cite
\renewcommand*\cite[1]{\textsuperscript{\oldcite{#1}}}
\usepackage{listingsutf8}
\lstset{
basicstyle=\small\ttfamily,
numbers=left,
stepnumber=1,
columns=flexible,
inputencoding=utf8,
breaklines=true,
escapeinside={(*@}{@*)}
}
\addbibresource{references.bib}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment