BibTeX, biblatex and biberProblem with texmaker and bibtex

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Problem with texmaker and bibtex

Post by gmedina »

Hi,

I took a look at the log file attached; that log file was produced after compiling through pdfLaTeX but without compiling with BiBTeX. Please make sure to process your document in the following way:

Code: Select all

pdflatex TestingBib
bibtex TestingBib
pdflatex TestingBib
pdflatex TestingBib
1,1,2,3,5,8,13,21,34,55,89,144,233,...

Recommended reading 2024:

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

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

Gilligan
Posts: 8
Joined: Thu Sep 24, 2009 10:39 pm

Re: Problem with texmaker and bibtex

Post by Gilligan »

That would explain it, except I am pressing F6, F11, F6, F6, F7 (in texmaker) Which is pdfLatex, bibTex, pdfLatex, pdfLatex, viewPDF. Is there a way to manually compile in texmaker?

Thanks
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Problem with texmaker and bibtex

Post by gmedina »

Hi,

you can always compile using the command line. Open a terminal, change to the directory containing your .tex file and then run

Code: Select all

pdflatex TestingBib
then

Code: Select all

bibtex TestingBib
and then twice more

Code: Select all

pdflatex TestingBib
The generated pdf file should then be in that same directory.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Gilligan
Posts: 8
Joined: Thu Sep 24, 2009 10:39 pm

Re: Problem with texmaker and bibtex

Post by Gilligan »

Still not working for me. Any ideas on why texmaker isnt compiling the bib file? It says process exited normally after I press F11.
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Problem with texmaker and bibtex

Post by gmedina »

Gilligan wrote:Still not working for me...
Still what? do you mean that the command line compilation is not working?
Gilligan wrote:...Any ideas on why texmaker isnt compiling the bib file? It says process exited normally after I press F11.
I only used that editor once (I think)... but there should be a mailing list or a FAQ page.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
meho_r
Posts: 823
Joined: Tue Aug 07, 2007 5:28 pm

Problem with texmaker and bibtex

Post by meho_r »

Do you have any other editor installed? You may try with Texworks for example. As I said earlier, I saved your code as a test.tex document, your BibTeX entry as testingBib.bib, put them together in a folder, this time opened test.tex with Texworks, run pdflatex, then changed to BibTeX (top left drop menu) and compiled with it, then again switched to pdflatex and compiled twice. It did work. Here are files, extract them and try.
Attachments
test.zip
Contains "test.tex" and "testingBib.bib" files for testing purposes
(455 Bytes) Downloaded 221 times
Last edited by meho_r on Thu Oct 01, 2009 9:07 am, edited 1 time in total.
Gilligan
Posts: 8
Joined: Thu Sep 24, 2009 10:39 pm

Re: Problem with texmaker and bibtex

Post by Gilligan »

Thank you for your efforts, I have just narrowed the problem down quite a bit. I compiled the files on my laptop with the same editor and compiler and it works. The only difference is my desktop is a 64 bit machine. I dont know why this makes a difference, all of the other functionality is fine, but at least now I am able to get the PDF to look right. Thanks again to everyone for your help.
Post Reply