Skip to content

Instantly share code, notes, and snippets.

@moewew
Last active June 28, 2020 10:03
Show Gist options
  • Save moewew/4588b7ba53d674e038951e43c1c3d219 to your computer and use it in GitHub Desktop.
Save moewew/4588b7ba53d674e038951e43c1c3d219 to your computer and use it in GitHub Desktop.
\documentclass[british]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[style=authoryear, backend=biber]{biblatex}
\begin{filecontents}{\jobname.bib}
@Misc{BZ2020,
author = {{Bundeszentrale für politische Bildung}},
title = {Fusion},
organization = {Bundeszentrale für politische Bildung},
url = {https://www.bpb.de/nachschlagen/lexika/lexikon-der-wirtschaft/19363/fusion},
urldate = {2020-06-04},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\addbibresource{biblatex-examples.bib}
\begin{document}
\cite{sigfridsson,BZ2020}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment