Skip to content

Instantly share code, notes, and snippets.

@moewew
Last active August 4, 2019 18:32
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/f07c3add09939506071f25ff459af897 to your computer and use it in GitHub Desktop.
Save moewew/f07c3add09939506071f25ff459af897 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}
\DeclareFieldFormat{issue}{}% for an empty pair of parens in barrows
\DeclareFieldFormat{venue}{}% for a weird comma in the parens for salam
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@article{barrows,
author = {Adam Barrows},
title = {\mkbibquote{The Shortcomings of Timetables}:
Greenwich, Modernism, and the Limits of Modernity},
journal = {MFS Modern Fiction Studies},
volume = {56},
number = {2},
date = {2010},
issue = {Summer},
pages = {262-289},
doi = {10.1353/mfs.0.1684},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\addbibresource{biblatex-examples.bib}
\begin{document}
\cite{sigfridsson,barrows,salam}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment