Search found 2 matches

by nimon
Sat Nov 12, 2011 12:11 am
Forum: BibTeX, biblatex and biber
Topic: Can't create my own .bib files, but preloaded ones work!
Replies: 2
Views: 1984

Re: Can't create my own .bib files, but preloaded ones work!

Ok I think I've fixed this, kinda. I can get .bbl files from my own .bib files now, provided that the .bib file is in the same file as my .tex file (thanks joseph) and the .tex file hasn't been compiled incorrectly once. If it fails to compile properly once and an empty or invalid .bbl is created ...
by nimon
Thu Nov 10, 2011 9:12 pm
Forum: BibTeX, biblatex and biber
Topic: Can't create my own .bib files, but preloaded ones work!
Replies: 2
Views: 1984

Can't create my own .bib files, but preloaded ones work!

Hello. I am a new user to BiBTeX and I am getting frustrated after a day of troubleshooting.

I have the protext MikTex 2.9 + TeXMaker X package configured with bibtex command "bibtex %" and build command "latex -interaction=nonstopmode %.tex|bibtex %.aux|latex -interaction=nonstopmode %.tex|latex ...