Skip to content

Instantly share code, notes, and snippets.

@Teino1978-Corp
Created December 17, 2015 00:22
Show Gist options
  • Save Teino1978-Corp/228c95cb8da4f4845790 to your computer and use it in GitHub Desktop.
Save Teino1978-Corp/228c95cb8da4f4845790 to your computer and use it in GitHub Desktop.
Bibtex example
\documentclass[a4paper]{article}
\usepackage[style=authortitle -icomp ,natbib=true ,sortcites=true ,block=space]{biblatex}
\bibliography{references}
\begin{document}
% Some text with a footnote citation:
Lorem\footcite{bible} ipsum dolor sit amet , consectetur
adipiscing elit. Quisque est elit , varius sed adipiscing
quis , consequat sed nibh.\footcite{bible}
% The rest of the paper...
\printbibliography[title=Zitierte Werke]
\end{document}
@book{bible,
author = "God and Others",
title = "The Bible",
publisher = "One of those Churches",
%volume = "",
%number = "",
%series = "",
%address = "",
%edition = "",
year = "-7000",
%month = "",
%note = "",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment