Created
December 17, 2015 00:22
-
-
Save Teino1978-Corp/228c95cb8da4f4845790 to your computer and use it in GitHub Desktop.
Bibtex example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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