Skip to content

Instantly share code, notes, and snippets.

@moewew
Last active October 17, 2017 15:27
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 moewew/50d462052893cb7037f0c280788cad6a to your computer and use it in GitHub Desktop.
Save moewew/50d462052893cb7037f0c280788cad6a to your computer and use it in GitHub Desktop.
\documentclass{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[danish]{babel}
\usepackage{csquotes}
\usepackage[style=authoryear, backend=biber]{biblatex}
\usepackage{filecontents}
\begin{filecontents*}{\jobname.bib}
@online{aal,
author = {Aal},
title = {aal},
year = {2016},
}
@online{aam,
author = {Åm},
title = {åm},
year = {2016},
}
@online{aak,
author = {Åk},
title = {åk},
year = {2016},
}
@online{ab,
author = {Abba},
title = {abba},
year = {2016},
}
@online{oel,
author = {Øl},
title = {øl},
year = {2016},
}
@online{onno,
author = {Onno},
title = {onno},
year = {2016},
}
@online{aer,
author = {Ær},
title = {ær},
year = {2016},
}
@online{ea,
author = {Ea},
title = {ea},
year = {2016},
}
@online{ez,
author = {Ez},
title = {ez},
year = {2016},
}
@online{fa,
author = {Fa},
title = {fa},
year = {2016},
}
@online{fu,
author = {Fu},
title = {fu},
year = {2016},
}
\end{filecontents*}
\addbibresource{\jobname.bib}
\addbibresource{biblatex-examples.bib}
\begin{document}
\nocite{aksin,ab,aak,aam,aal,cicero,worman,oel,sigfridsson,onno,aer,doody,gillies,hammond,itzhaki,kowalik,loh,malinowski,nietzsche:ksa1,piccato,reese,ea,ez,fu,fa}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment