Skip to content

Instantly share code, notes, and snippets.

@moewew
Created August 12, 2020 17:13
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/5b002e9d7e3a80c0fe34973abef78004 to your computer and use it in GitHub Desktop.
Save moewew/5b002e9d7e3a80c0fe34973abef78004 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}
\usepackage{hyperref}
\begin{filecontents}{\jobname.bib}
@article{lynch,
author = {Lynch, Clifford A.},
title = {When Documents Deceive:
Trust and Provenance as New Factors
for Information Retrieval in a Tangled Web},
journal = {Journal of the American Society
for Information Science and Technology},
volume = {52},
number = {1},
pages = {12-17},
doi = {10.1002/1532-2890(2000)52:1<12::AID-ASI1062>3.0.CO;2-V},
year = {2001},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\addbibresource{biblatex-examples.bib}
\begin{document}
\cite{sigfridsson,lynch}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment