LEdBibliography trouble in LEd

Information and discussion about LEd, an integrated LaTeX environment for Windows
Post Reply
yiiiihaaa
Posts: 2
Joined: Thu Sep 03, 2009 3:48 am

Bibliography trouble in LEd

Post by yiiiihaaa »

Hello all

I am using the Master Thesis template of LEd (build .526300). Everything is working fine, but the only problem is that the bibliography does not appear after compilation (in all possible dvi/eps/pdf outputs). Strangely, the bibliography section is properly displayed in the table of contents but it is empty, even though i have added a few entries. The citations in the main text appear with a question mark [?]. I did not make any changes in the main MSc.tex file:

Code: Select all

% *************** Main matter ***************
\mainmatter
\input{ack/ack.tex}
\input{chap1/chap1.tex}
\input{chap2/chap2.tex}
\input{chap3/chap3.tex}
\input{chap4/chap4.tex}

% *************** Bibliography ***************
\bibliographystyle{plain}
{\small\bibliography{MSc}}

% *************** Appendixes ***************
\appendix
\appendixpage*
\input{app1/app1.tex}
I use the following form for the bib items :

Code: Select all

% ********** Bibliography **********

% ****************************************
% Your bibliography should be stored here
% ****************************************

@book{Allen,
title = {A real book title},
author = {Leslie},
address = {New York, NY},
publisher = {Springer},
year = {1999},
edition = {corr. ed.},
}
Any suggestions?
Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Bibliography trouble in LEd

Post by Stefan Kottwitz »

Hi,

did you compile with bibtex? Have a look here: Using BibTeX.

Stefan
LaTeX.org admin
yiiiihaaa
Posts: 2
Joined: Thu Sep 03, 2009 3:48 am

Re: Bibliography trouble in LEd

Post by yiiiihaaa »

Oh!
That was fast and effective!

Thanks a lot!
Post Reply