Search found 6 matches

by Dremos
Sun Jan 23, 2011 4:48 pm
Forum: BibTeX, biblatex and biber
Topic: bibtex and .tex.aux
Replies: 11
Views: 14117

Re: bibtex and .tex.aux

Hi again frabjous,

I kind of solved the problem (problems) by getting rid of all those packages I wasn't using and I also stopped using TeXnicCenter. From the DOs prompt things begin to work properly and that's all I need :).

Thanks for your help!
by Dremos
Sat Jan 22, 2011 8:55 pm
Forum: BibTeX, biblatex and biber
Topic: bibtex and .tex.aux
Replies: 11
Views: 14117

Re: bibtex and .tex.aux

ok, like that your file works and the bibliography is printed (first time I make it, *clap* :) ), but not mine, so it must be something else. Thanks for the help anyway!
by Dremos
Sat Jan 22, 2011 8:41 pm
Forum: BibTeX, biblatex and biber
Topic: bibtex and .tex.aux
Replies: 11
Views: 14117

Re: bibtex and .tex.aux

In case it helps, in Build/Define output profiles I've got pdflatex.exe as the tex compiler, and the command line arguments passed to the compiler are:
-shell-escape -interaction=nonstopmode -max-print-line=120 "%pm"
and of course bibtex.exe for bibtex
by Dremos
Sat Jan 22, 2011 8:38 pm
Forum: BibTeX, biblatex and biber
Topic: bibtex and .tex.aux
Replies: 11
Views: 14117

Re: bibtex and .tex.aux

I got the same problem with your files! What could it be?
by Dremos
Sat Jan 22, 2011 8:12 pm
Forum: BibTeX, biblatex and biber
Topic: bibtex and .tex.aux
Replies: 11
Views: 14117

Re: bibtex and .tex.aux

Thanks you very much for your reply frabjous.

The extension issue is something I double checked long time ago, unfortunately it's not that.
I was given a really complicated template some time ago. Before I post a minimal working example I'll have to read the link you gave me carefully and get rid ...
by Dremos
Sat Jan 22, 2011 5:01 pm
Forum: BibTeX, biblatex and biber
Topic: bibtex and .tex.aux
Replies: 11
Views: 14117

bibtex and .tex.aux

Hello there,
I'm experiencing some trouble upon trying to generate the bibliography in the document I'm writing. First of all, when I built the main file (thesis.tex in my case) the compilation ends with the following message:
"I couldn't open file name 'C:\Thesis\thesis.tex.aux'"
Correct me if I'm ...