Hla Hla Htay's Notes


Bibtex : How to add nocite entriess
June 12, 2008, 1:48 pm
Filed under: Latex, Writing | Tags: ,

You may want to add in your bibliography with cited and no cited entries in your thesis. It is really easy. When you want to include , use \cite{EntryName} and when you want don’t want to include , use \nocite{EntryName} somewhere. I add \nocite{EntryName} just before at the end of document. In this style \bibliographystyle{plain} , the BibTex entries will arrange with Author Name in descending order.

For more information , please see these links.

http://www.astro.psu.edu/users/stark/research/psuthesis/bibs.html
http://www.dcs.gla.ac.uk/~drg/courses/RMT/materials/bibsample.pdf


\nocite{STAWBERRY}
\nocite{ORANGE}
\bibliographystyle{plain}
\bibliography{REF}
\end{document}


No Comments Yet so far
Leave a comment



Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>