BibTeX, biblatex and biberbib.aux error: couldn't open file name

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Zoya1363
Posts: 1
Joined: Thu Jan 22, 2015 6:42 pm

bib.aux error: couldn't open file name

Post by Zoya1363 »

I tried to write bibliography in latex , but after compile i get this:Process started

I couldn't open file name `thesisBIB.aux'

Process exited normally

, and i can not see proper bibliography in my original file . what's the problem?

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

bib.aux error: couldn't open file name

Post by Johannes_B »

Hi and welcome,


This is really not many information, but, i guess i can say something helpful.
LaTeX creates a helper file with the same name as you tex file, but with the ending tex. It writes some stuff in there that bibtex uses later. To make bibtex find that file, you need ensure two things:
1. run latex in the first place to generate the aux-file
2. run bibtex on this generated auxfile (or just on the basename)


In your example, bibtex tries to open thesisBIB, which is the name of your database with the ending bib I suppose?
Don't worry, it's a common mistake :-)
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
foret
Posts: 1
Joined: Sat May 09, 2015 7:14 pm

Re: bib.aux error

Post by foret »

Hello everybody,

my problem is a very similar one:

I struggle to output a bibliography.

I already found the potential source why the bibliography is not generated:
I read that I have to to four runs: 1. tex, 2. aux, 3. tex, 4. tex.

My problem is that I don't know how to run the .aux-file after I running the bib-file for the first time. I also read that I can tye the following command into the command line: bibtex latex_source_code.aux but I don't know how the command line looks like.
I use Texnic Center as a LaTex distribution and JabRef as a BibTex manager.
Any help is very much appreciated!
Thank you!
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

bib.aux error: couldn't open file name

Post by Johannes_B »

Hi and welcome,

TeXniccenter is known for doing that stuff for you. So usually, there shouldn't be any need to use a command line.
I am not familiar with TeXnicCenter. Which version do you use? In the profiles section, there should be a checkmark for your current profile at Use BibTeX in this profile.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply