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!
Texmaker and TeXstudio ⇒ bbl not created. (Another bibtex question).
bbl not created. (Another bibtex question).
- Attachments
-
- logfile.log
- (8.04 KiB) Downloaded 450 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
bbl not created. (Another bibtex question).
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
In Ubuntu GNU/Linux the pdf file with Evince is (re)opening perfectly
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
and everything is ok except opening the pdf file if Adobe reader is already running (for windows)pdflatex -interaction=nonstopmode %.tex|bibtex %|pdflatex -interaction=nonstopmode %.tex|pdflatex -interaction=nonstopmode %.tex|"C:/Program Files/Adobe/Reader 8.0/Reader/AcroRd32.exe" %.pdf
In Ubuntu GNU/Linux the pdf file with Evince is (re)opening perfectly