Bibliography

Added Bibliography, changed citation style.
This commit is contained in:
SergeantBiggs
2021-02-20 14:14:30 +01:00
parent 820a4fec88
commit 653c516aa2
2 changed files with 25 additions and 2 deletions
+19 -2
View File
@@ -2,16 +2,28 @@
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage{fancyhdr}
\usepackage{csquotes}
% add bibliography to TOC
\usepackage{tocbibind}
% German specific stuff
\usepackage[ngerman]{babel}
% Hypenation for german
% Hyphenation for german
\usepackage{hyphenat}
\hyphenation{Mathe-matik wieder-gewinnen}
% To create dummy text
\usepackage{lipsum}
% Citation + Bibtex
\usepackage[
backend=biber,
style=numeric,
citestyle=numeric,
]{biblatex}
\addbibresource{bibliography.bib}
\hypersetup{
colorlinks=true,
}
@@ -27,6 +39,7 @@
\author{Johannes Reinert}
\date{\today}
\begin{document}
\maketitle
\newpage
@@ -38,7 +51,8 @@
\section{Einführung}
\lipsum{1}
\subsection{Punkt 1}
\lipsum{4}
Testing the citation \cite{test} tool.
\section{Mittelpunkt}
\lipsum{2}
@@ -46,4 +60,7 @@
\section{Schluss}
\lipsum{3}
\printbibliography
\end{document}
+6
View File
@@ -0,0 +1,6 @@
@test {test,
title = "Testing Citation tool",
url = "https://example.com",
addendum = "(accessed: 2021-02-03)",
keywords = "test",
}