I am new to latex and to this forum as well.
I want to remove the whole reference section in my paper. I cite some papers in my document but is it possible to make those paper not to appear in reference section. Sorry if i had posted in wrong forum.
General ⇒ problem with references
NEW: TikZ book now 40% off at Amazon.com for a short time.

problem with references
I'm not entirely sure what you want to do, but perhaps this will do the trick (put in preamble):
This should make the references section disappear, but the inline citations should still work as they did before. Is that what you want?
Code: Select all
\usepackage{comment}
\excludecomment{thebibliography}
-
- Posts: 3
- Joined: Mon Sep 27, 2010 8:41 pm
Re: problem with references
But i have a problem here. I am not getting the references but i am getting "?" in the places where i have used \cite. So is there a way to display citation with \endcomment{thebibliography}
Last edited by raghulraman13 on Fri Oct 01, 2010 6:38 am, edited 1 time in total.