BibTeX, biblatex and biberERROR - Cannot find 'Literatur.bib'! INFO - ERRORS: 1

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
vanK
Posts: 2
Joined: Wed Apr 27, 2022 9:31 pm

ERROR - Cannot find 'Literatur.bib'! INFO - ERRORS: 1

Post by vanK »

Hello all,

since several days, I'm trying to get my bibliography running.

Here is a summary of what I'm doing right now. It is as simple, as it can be.
Has anyone an idea, how I could solve this problem?
konfig.PNG
konfig.PNG (140.72 KiB) Viewed 5629 times
Kind regards

Please find my code below:

Main-File:

Code: Select all

\documentclass[12pt,a4paper]{article}
\usepackage[ngerman]{babel}

\usepackage[style=authoryear, backend=biber]{biblatex}
\addbibresource{Literatur.bib}

\begin{document}
Text \cite{wombat2016}


\printbibliography
\end{document}
Literatur.bib-File

Code: Select all

@article{wombat2016,
	author   = {Walther Wombat and Klaus Koala},
	title    = {The true meaning of 42},
	journal  = {Journal of modern skepticism},
	date     = {2016},
	keywords = {trusted},
}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

vanK
Posts: 2
Joined: Wed Apr 27, 2022 9:31 pm

ERROR - Cannot find 'Literatur.bib'! INFO - ERRORS: 1

Post by vanK »

Hello all,

the solution is, that Literatur.bib is indeed Literatur.bib.txt in this case !!!!!!!!!!!!!!!!

Make sure to show the filename extensions and than remove ".txt".

Took me days :mrgreen:
User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

ERROR - Cannot find 'Literatur.bib'! INFO - ERRORS: 1

Post by Stefan Kottwitz »

Ooh, thank you for letting us know!

And welcome to the forum. :-)

Stefan
LaTeX.org admin
Post Reply