ich habe das Problem, dass die Überschrift für mein Literaturverzeichnis nicht sichtbar ist. Hier das MB:
\documentclass[12pt,svgnames,oneside]{book}
\begin{filecontents}{\jobname2.bib}
@article{schmidt1,
author = {Schmidt},
title = {Ein bahnbrechender Artikel},
year = {2010},
volume = {100},
number = {3},
journal = {Journal of great stuff}
}
@article{schmidt2,
author = {Schmidt},
title = {Ein anderer bahnbrechender Artikel},
year = {2010},
volume = {100},
number = {3},
journal = {Journal of not so great stuff}
}
@article{schmidt3,
author = {Schmidt},
title = {Ein alter Artikel},
year = {1900},
volume = {5},
number = {3},
journal = {Journal of great stuff}
}
\end{filecontents}
\usepackage{fancyhdr}
\usepackage[explicit]{titlesec}
\usepackage{xcolor}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman,main=english]{babel}
%Symbols
% Problematischer Teil Anfang
\colorlet{chapnumcolor}{Grey}
\newcommand*{\chapnumfont}{%
\usefont{T1}{lmss}{b}{n}%
\fontsize{50}{70}%
\selectfont%
}
\newcommand*{\chaptitlefont}{%
\usefont{T1}{qhv}{b}{n}%
%% \usefont{T1}{lmss}{b}{n}%
\fontsize{22}{26}%
\selectfont%
\raggedright%
}
\titleformat{name=\chapter}
{\normalfont\large\bfseries}
{\filleft\parbox{0.35\textwidth}{\filleft\chapnumfont\color{chapnumcolor}\thechapter}\qquad}
{0pt}
{\filleft\llap{\parbox{\textwidth}{\filleft\chaptitlefont #1}}}
%[\vspace{1pc}{\titlerule[2pt]}]
% Problematischer Teil Ende
\usepackage[style=authoryear-comp,sorting=nyt,isbn=false,doi=false,clearlang=false,backend=biber, natbib=true,hyperref=true,firstinits=true,useprefix=true,backref=true,maxcitenames=2,uniquelist=false,uniquename=init,maxbibnames=10
]{biblatex}
\addbibresource{\jobname2.bib}
%%%%%%%%%%%%%%%%%%%%%%%START DOCUMENT%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\newpage
\tableofcontents
\chapter{Introduction}
As shown by \citet{schmidt1} and \citet{schmidt2}, contradicting \citet{schmidt3}
\chapter{Another Chapter}
\chapter{Conclusion}
\addcontentsline{toc}{chapter}{Bibliography}
\printbibliography
\end{document}
EDIT: Merkwürdigerweise funktioniert es im MB, bei mir aber nicht. Ich hab die log-Datei angehängt
