Search found 4 matches

by CorneliusJack
Wed Mar 09, 2011 11:30 am
Forum: BibTeX, biblatex and biber
Topic: Problem with generating Reference list (no bbl file?)
Replies: 6
Views: 15807

Problem with generating Reference list (no bbl file?)

localghost wrote:
CorneliusJack wrote:[…]I changed it back to "bibtex %.aux" and now it works![…]
Then please mark the topic (not the last post) accordingly as written in Section 3 of the Board Rules (to be read before posting).


Thorsten

Done. Thank you for the assistance. :)
by CorneliusJack
Wed Mar 09, 2011 9:56 am
Forum: BibTeX, biblatex and biber
Topic: Problem with generating Reference list (no bbl file?)
Replies: 6
Views: 15807

Re: Problem with generating Reference list (no bbl file?)

Oh, I had the wrong setting in the TexMaker.
I changed it back to "bibtex %.aux" and now it works!

And I also set the quickBuild to

latex
bibtex
latex
pdfLatex
Pdf Viewer


now it builds the bll and view the pdf automatically. Thank you so much!
by CorneliusJack
Wed Mar 09, 2011 9:37 am
Forum: BibTeX, biblatex and biber
Topic: Problem with generating Reference list (no bbl file?)
Replies: 6
Views: 15807

Problem with generating Reference list (no bbl file?)

The example you posted works fine here. Note that, when adding a new citation to your document, you have to compile it as follows:
latex foo
bibtex foo
latex foo
latex foo
So first compile normal, then compile bibtex, then latex two more times. You'll notice that the warning(s) disappear that ...
by CorneliusJack
Wed Mar 09, 2011 4:32 am
Forum: BibTeX, biblatex and biber
Topic: Problem with generating Reference list (no bbl file?)
Replies: 6
Views: 15807

Problem with generating Reference list (no bbl file?)

Hi everyone, I am just starting with LaTeX so I am sure I have made a bunch of silly mistake on the way. But as of yesterday I am stuck with no solution. So here is a bit of background:

Win7, installed MikeTex (with auto-installed package setting) and using TexMaker for editing, and installed ...