Bibliography
Added Bibliography, changed citation style.
This commit is contained in:
@@ -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}
|
||||
@@ -0,0 +1,6 @@
|
||||
@test {test,
|
||||
title = "Testing Citation tool",
|
||||
url = "https://example.com",
|
||||
addendum = "(accessed: 2021-02-03)",
|
||||
keywords = "test",
|
||||
}
|
||||
Reference in New Issue
Block a user