Texmaker and TeXstudiobbl not created. (Another bibtex question).

Information and discussion about Texmaker, an integrated LaTeX environment for several platforms, and the related TeXstudio
Post Reply
eumetaxas
Posts: 5
Joined: Wed May 28, 2008 8:31 am

bbl not created. (Another bibtex question).

Post by eumetaxas »

Hi!
i am using texmaker for a year now both under miktex and ubuntu (TexLive) and i am very pleased.
It is the first time that i tried to use bibtex with miktex. the bbl file it is not produced at all. i changed the path to texmaker command options to bibtex.exe and also tried through user commands and added bibtex %.aux. The process said 'process exited normally' and the log file says 'undefined reference'.
The same files produced with texmaker compile perfectly with texnic center.
i have attached the log file.

Thanks in advance!
Attachments
logfile.log
(8.04 KiB) Downloaded 450 times

Recommended reading 2024:

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

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

eumetaxas
Posts: 5
Joined: Wed May 28, 2008 8:31 am

bbl not created. (Another bibtex question).

Post by eumetaxas »

thanks to this post http://www.tex.ac.uk/cgi-bin/texfaq2htm ... =usebibtex

from user commands if you add the command "bibtex" add it without the .aux extension.
so in user commands add "bibtex %" AND NOT "bibtex %.aux".
and if you use the quick build option i use that one
pdflatex -interaction=nonstopmode %.tex|bibtex %|pdflatex -interaction=nonstopmode %.tex|pdflatex -interaction=nonstopmode %.tex|"C:/Program Files/Adobe/Reader 8.0/Reader/AcroRd32.exe" %.pdf
and everything is ok except opening the pdf file if Adobe reader is already running (for windows)

In Ubuntu GNU/Linux the pdf file with Evince is (re)opening perfectly
Post Reply