since several days, I'm trying to get my bibliography running.
Here is a summary of what I'm doing right now. It is as simple, as it can be.
Has anyone an idea, how I could solve this problem?
Kind regards
Please find my code below:
Main-File:
Code: Select all
\documentclass[12pt,a4paper]{article}
\usepackage[ngerman]{babel}
\usepackage[style=authoryear, backend=biber]{biblatex}
\addbibresource{Literatur.bib}
\begin{document}
Text \cite{wombat2016}
\printbibliography
\end{document}
Code: Select all
@article{wombat2016,
author = {Walther Wombat and Klaus Koala},
title = {The true meaning of 42},
journal = {Journal of modern skepticism},
date = {2016},
keywords = {trusted},
}