Search found 2 matches

by ichy_ban
Sat Jan 19, 2013 10:18 pm
Forum: TeXworks
Topic: TeXworks, bibtex, and how to do it?
Replies: 14
Views: 101366

Re: TeXworks, bibtex, and how to do it?

Hello, I appreciate that you answered since this is my first time in a forum and I'll follow your advice about opening a new forum in future occassions.

I tried inserting the commands that you suggested but the bibliography still doesn't appear. I think the problem is that when I write the commands ...
by ichy_ban
Fri Jan 18, 2013 5:32 am
Forum: TeXworks
Topic: TeXworks, bibtex, and how to do it?
Replies: 14
Views: 101366

TeXworks, bibtex, and how to do it?

Hello, I happen to have the same problem you had in TexWorks, and my file does have the .bib extension. I have compiled the file adding the command lines:

pdflatex latex_source_code.tex
bibtex latex_source_code.aux
pdflatex latex_source_code.tex
pdflatex latex_source_code.tex

and the ...