Dear All,
I am using Windows 7, MikTex 2.9 and LEd. I am writing an article. The content of the mentioned files are something as written below:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
report.tex:
\documentclass[a4paper,11pt]{article}
\usepackage{geometry}
\usepackage{graphicx}
\geometry{verbose,a4paper,tmargin=2cm,bmargin=2cm,lmargin=2.5cm,rmargin=2.5cm}
\begin{document}
\input{frontPage}\newpage
\thispagestyle{empty} \newpage
\thispagestyle{empty} \vspace*{2cm} \newpage
\tableofcontents
\thispagestyle{empty} \newpage
\thispagestyle{empty} \vspace*{2cm} \newpage
\parskip 0.1in
\setcounter{page}{1}
\input{content}
\bibliographystyle{plain}
\addcontentsline{toc}{section}{\numberline{}References}
\bibliography{refs}
\end{document}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
refs.bib
@CONFERENCE{,
AUTHOR = "author_name",
TITLE = "title",
YEAR = "year",
PUBLISHER = "publisher",
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
When I execute the command "PDFLaTeX" to generate the PDF, it generates the PDF without any error. But the reference section is not appearing in the PDF.
Please help me in solving this.
Regards