How do you suppress numbering in thebibliography environment?

7,393 views
Skip to first unread message

happyhessian

unread,
Nov 6, 2008, 5:40:59 AM11/6/08
to LaTeX Users Group
Hello,

I'm trying to write a general bibliography for a report--one that
doesn't have numbers from \cite commands in the texts but just gives a
reading list for background/further inquiry. I can't seem to figure
out how to stop it from printing numbers and the standard reference
sites online don't seem to mention the scenario.

Anyone know what to do?

Thanks in advance,

happy

Bruno Lopes

unread,
Nov 6, 2008, 6:18:54 AM11/6/08
to latexus...@googlegroups.com
Try using:

\usepackage{natbib}, into the preamble and

\bibliographystyle{agsm} just before the \bibliography command.

So, use \citet (for contextualized citations) and \citep (for citation between parenthesis) intead of \cite.

Bruno.

2008/11/6 happyhessian <mmdan...@gmail.com>



--
Bruno Lopes Vieira

Linux User #324250
Curriculum Vitae: http://lattes.cnpq.br/7793315334001237
--
"Never express yourself more clearly than you are able to think."
(Niels Bohr)

Oleg

unread,
Nov 6, 2008, 6:12:36 AM11/6/08
to LaTeX Users Group, publicadd...@gmail.com
Hello,

If you are using BibTeX, than the command \nocite{*} does what you
need:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=nocite*

The samle tex file looks like:

\documentclass{article}

\usepackage{natbib}
\begin{document}

\nocite{*}

\bibliography{my_bibliography}

\end{document}

Hope this helps,
Reply all
Reply to author
Forward
0 new messages