0

Sorry for the newbee question... But that did somehow work a few days ago, but not now anymore... But I really don't know what I've changed...

Biblatex Version: 3.7 Biber Version 2.7

I have a folder Structure like:

threads.tex
include
|--> literatur-datenbank.bib
|--> multiple other files

A Sample from my datenbank-literatur.bib looks like this:

@Book{rauber,
  Title                    = {Multicore: Parallele Programmierung},
  Author                   = {Rauber, T.},
  Year                     = {2008}
}

my Threads.tex looks like that:

\documentclass[a4paper,fontsize=11pt,oneside,parskip=half,headings=normal]{scrreprt}
\input{includes/_praeambel.tex}

\bibliography{includes/literatur-datenbank}
\begin{document}
.
.
.

Log File loks like this:

.
.
.
Package babel Info: Redefining ngerman shorthand "~
(babel)             in language  on input line 4.

LaTeX Warning: Citation 'rauber' on page 2 undefined on input line 5.
.
.
.
Flo
  • 233

0 Answers0