I am writing my master thesis and I need this style of citation:
Vgl. Jarchow/Rühmann (1988), S. 190.
This should be in footnotes.
I have done two variation of is. But it still not correct. The brackets are not on the place where they should be.
That is how is looks like:
\documentclass[12pt,a4paper,bibtotocnumbered,% Literaturverzeichnis ins Inhaltsverzeichnis
liststotoc,bibliography=totoc]{scrreprt}
%Chapter weiter oben beginnen
\renewcommand*\chapterheadstartvskip{\vspace*{-1.5cm}}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[left=2.50cm, right=2.50cm, top=2.50cm, bottom=2.50cm]{geometry}
%Deutsche Sprache
\usepackage[ngerman]{babel}
\usepackage{xcolor}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%%%%%%%%%%%%%%%%%% %BILIOGRAPHIE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[backend=bibtex, style=authoryear-icomp, sorting=nyvt, sortcase=false, maxnames=8, maxbibnames=8, minbibnames=8]{biblatex}
\addbibresource{MyCollection.bib}
\DeclareNameAlias{sortname}{last-first}
\DeclareNameAlias{default}{last-first}
\renewcommand*{\multinamedelim}{\addsemicolon\addspace}
\begin{document}
Hallo\footnote{\Parencite*[Vgl. Dai/Milkman/Katherine/Riis][S.12.]{Dai2013}}
Ja\footcite[Vgl.][12.]{Goulet2017a}
\newpage
\printbibliography[title={Literaturverzeichnis}]
\end{document}


biblatexare you using? – moewe Oct 17 '18 at 12:33.logfile. It is displayed more prominently (so you don't have to search for it) if you add\listfilesto the beginning of your document. – moewe Oct 17 '18 at 12:51