Skip to content

Instantly share code, notes, and snippets.

@moewew
Created October 20, 2020 20:17
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/57b1bb6a8c1d317852e02746eeba40e2 to your computer and use it in GitHub Desktop.
Save moewew/57b1bb6a8c1d317852e02746eeba40e2 to your computer and use it in GitHub Desktop.
\documentclass[british]{article}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{csquotes}
\usepackage{biblatex}
\usepackage{hyperref}
\begin{filecontents}{\jobname.bib}
@incollection{Zharikov2007,
author = {Zharikov, V. A. and Pertsev, N. N. and Rusinov, V. L. and Callegari, E. and Fettes, D. J.},
booktitle = {Recommendations by the IUGS Subcommission on the Systematics of Metamorphic Rocks},
chapter = {9},keywords = {Metasomatism},
number = {July},
pages = {17},
title = {{Metasomatism and metasomatic rocks}},
url = {\href{http://stuff.mit.edu/afs/athena/course/12/12.115/www/12.114%20Papers/BGS/Metamorphic/DetailedMetamorphic/9%20Metasomatism%20and%20metasomatic%20rocks.pdf%7B%5C%%7D5Cnwww.bgs.ac.uk/scmr/home.html}{source}},
year = {2007}
}
\end{filecontents}
\addbibresource{\jobname.bib}
\addbibresource{biblatex-examples.bib}
\begin{document}
Lorem \autocite{sigfridsson,Zharikov2007}
\printbibliography
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment