Hier der Latex Code:
\documentclass[12pt]{report}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\graphicspath{{images/}}
\usepackage[style=numeric]{biblatex}
\addbibresource{references.bib}
\begin{document}
\chapter {The model}
In this chapter We are holding on to the model of dynamic price impact explained by \cite{Cheridito2014}. Our aim is to liquidate an asset position of $ X \in \mathbb {R_+} $ until a given time $ T \in \mathbb{R_+} $.
\printbibliography
\end{document}@Book{Cheridito2014,
Title = {Optimal trade execution under stochastic volatility and liquidity},
Author = {Patrick Cheridito, Tardu Sepin},
Editor = {XXX},
Publisher = {Princeton University},
Year = {2014}
}
Sieht jemand was ich falsch mache. Wenn ihr mehr Infos benötigt sagt gerne Bescheid. Vielen Dank!!!

