Search found 2 matches

by Prashantkg88
Thu Sep 13, 2012 10:03 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography does not appear in PDF
Replies: 4
Views: 5689

Bibliography does not appear in PDF

Hi Guys

Thanks for such a prompt and good reply. I tried everything but nothing seems to work.

mscLiterature is a document class created by my faculty for its own standard documentation purposes.

I tried changing the name to avoid clash with document class.

I tried getting rid of \printbib ...
by Prashantkg88
Wed Sep 12, 2012 10:45 pm
Forum: BibTeX, biblatex and biber
Topic: Bibliography does not appear in PDF
Replies: 4
Views: 5689

Bibliography does not appear in PDF

Hello Guys

I am a newbie in using LaTeX for documentation purposes. I am using miktex 2.9 and texmaker. I wrote following script for citing bibliographies in my document.

\documentclass{mscLiterature}

\begin{document}

\bibliographystyle{ieeetr}
\printbib{MyBib}
\bibliography{MyBib}
If you want ...