I'm having some trouble with Biblatex.
This is a compileable version of my document:
\documentclass[ngerman]{article}
\usepackage[utf8]{inputenc}
\usepackage{lscape}
\usepackage{xspace}
\usepackage[ngerman]{babel}
\RequirePackage[ngerman=ngerman-x-latest]{hyphsubst}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{array}
\usepackage{makecell}
\usepackage{tabulary}
\newcolumntype{?}{!{\vrule width 1pt}}
\newcolumntype{~}{!{\hrule width 1pt}}
\newcommand\textlcsc[1]{\textsc{\MakeLowercase{#1}}}
\title{Übung}
\author{Phil}
%in the preamble for Bibliography
%--------------------------------
\usepackage[
backend=biber,
style=authoryear,
]{biblatex}
\addbibresource{IEEEexample.bib}
%--------------------------------
\begin{document}
\maketitle
Some text is to apper here. Yesterday... \cite{underwood_Test} now the usual
text continues.
But what does this actually mean?
Bring me one of these big bags... not the individual wrapped ones, the whole
big bag. That's the one I want. Business as usual... Disguting.
\newpage
\printbibliography
\end{document}
I'm getting this error and cannot find its cause by myself. Process started
This is BibTeX, Version 0.99d (MiKTeX 2.9.6630 64-bit) The top-level auxiliary file: mydocument.aux I found no \citation commands---while reading file mydocument.aux I found no \bibdata command---while reading file mydocument.aux I found no \bibstyle command---while reading file mydocument.aux (There were 3 error messages) Process exited with error(s)
style=authoryear? – moewe Jul 09 '18 at 10:02\urlare typeset in a monospace/typerwriter font (biblatextypesets the contents of theurlfields using\url). You can change that with\urlstyle{...}. – moewe Jul 09 '18 at 13:19