Generalproblem with references

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
raghulraman13
Posts: 3
Joined: Mon Sep 27, 2010 8:41 pm

problem with references

Post by raghulraman13 »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

problem with references

Post by frabjous »

I'm not entirely sure what you want to do, but perhaps this will do the trick (put in preamble):

Code: Select all

\usepackage{comment}
\excludecomment{thebibliography}
This should make the references section disappear, but the inline citations should still work as they did before. Is that what you want?
raghulraman13
Posts: 3
Joined: Mon Sep 27, 2010 8:41 pm

Re: problem with references

Post by raghulraman13 »

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.
Post Reply