Search found 3 matches

by stijn
Mon Jun 11, 2007 1:01 pm
Forum: Texmaker and TeXstudio
Topic: bibliography
Replies: 4
Views: 12508

Re: bibliography

hey tnx, I didn't know the .blg file was a log for the bibtex so I found it: forgot a ',' in the bib entry :)

Stijn
by stijn
Mon Jun 11, 2007 10:41 am
Forum: Texmaker and TeXstudio
Topic: bibliography
Replies: 4
Views: 12508

Re: bibliography

I do use \cite{label} commands in the .tex file, and something like
Code:
\bibliographystyle{plain}
\bibliography{BibName}
at the end of the .tex file.

but the problem isn't the fact that te labels don't show up, it's that I don't even get references at the end of the file.

That's why I cheked ...
by stijn
Mon Jun 11, 2007 1:12 am
Forum: Texmaker and TeXstudio
Topic: bibliography
Replies: 4
Views: 12508

bibliography

Hey

I have a very strange problem, probably something stupid but I can't find it :)

I'm trying to use Bibtex feature to handle my bibliography but the .bbl file that's created is empty except for the \begin{thebibliography}{} \end{thebibliography}. I checked the .bib file and it does contain all ...