Skip to content

Instantly share code, notes, and snippets.

@moewew
Created July 21, 2020 16:21
Show Gist options
  • Save moewew/e4f2896ff8d834b9e24796048636cfbe to your computer and use it in GitHub Desktop.
Save moewew/e4f2896ff8d834b9e24796048636cfbe to your computer and use it in GitHub Desktop.
\documentclass[american]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage[style=apa, backend=biber]{biblatex}
\begin{filecontents}{\jobname.bib}
@VIDEO{10.12:86,
ENTRYSUBTYPE = {tvseries},
AUTHOR = {D. Simon and R. F. Colesberry and Kostroff Noble, N.},
AUTHOR+an:role = {=execproducers},
TITLE = {The Wire},
PUBLISHER = {Blown Deadline Productions and HBO},
DATE = {2002/2008}
}
\end{filecontents}
\addbibresource{\jobname.bib}
\addbibresource{biblatex-examples.bib}
\begin{document}
\cite{10.12:86}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment