ecletex0.4 under linux does not create the bibtex file main.bbl
The console output claims to do the right thing. Calling /usr/bin/bibtex "/home/goergen/Dokumente/workspace/LatexTest/main"
by hand works correctly.
Console output:
Building Bibtex...
Building Bibtex: /usr/bin/bibtex "/home/goergen/Dokumente/workspace/LatexTest/main"
Project: /home/goergen/Dokumente/workspace/LatexTest
Target: /home/goergen/Dokumente/workspace/LatexTest/main.dvi
Relative:main.dvi
Building PS...
Building PS: dvips main.dvi
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Okay, bibtex is involked... it just probably isnt doing anything. If there is an error in your tex file that requires user input.. ie hit return... or something. then latex in batch mode will terminate, so probably not getting to the bibtex references or include (which is usually at the end of the file.) As is doesnt get to the include, latex will not generate an aux file or any of the required files for bibtex to find the required bib file. At least this is my experience. Also this might be another problem as you are running linux and i dont have a linux box to test on, so i will try and get one, and see if it is a different problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ecletex0.4 under linux does not create the bibtex file main.bbl
The console output claims to do the right thing. Calling /usr/bin/bibtex "/home/goergen/Dokumente/workspace/LatexTest/main"
by hand works correctly.
Console output:
Building Bibtex...
Building Bibtex: /usr/bin/bibtex "/home/goergen/Dokumente/workspace/LatexTest/main"
Project: /home/goergen/Dokumente/workspace/LatexTest
Target: /home/goergen/Dokumente/workspace/LatexTest/main.dvi
Relative:main.dvi
Building PS...
Building PS: dvips main.dvi
Okay, bibtex is involked... it just probably isnt doing anything. If there is an error in your tex file that requires user input.. ie hit return... or something. then latex in batch mode will terminate, so probably not getting to the bibtex references or include (which is usually at the end of the file.) As is doesnt get to the include, latex will not generate an aux file or any of the required files for bibtex to find the required bib file. At least this is my experience. Also this might be another problem as you are running linux and i dont have a linux box to test on, so i will try and get one, and see if it is a different problem.