Dear Reader!
I recently started using the "natbib" package
for having control over the citation style.
Over the citation style I have full control.
However the reference list appears not like I want.
I use:
\documentclass[12pt,oneside]{book}
%
\usepackage[authoryear]{natbib}
\citestyle{agsm}
%
\begin{document}
...
\cite{first}
...
\begin{thebibliography}{}
%
\bibitem[Jones et al. 1999]{first}
Jones G.H., Minsk J.F. and Shen Y.L., 1999,
''Titel of publication'', Proceedings of ..., ..., pp. 1233--4566.
%
\end{thebibliography}
...
\end{document}
After compiling the LaTeX file, in the reference list
I get the entry as follows:
[Jones et al. 1999] Jones G.H., Minsk J.F. and Shen Y.L., 1999,
"Titel of publication", Proceedings of ..., ..., pp. 1233-4566.
The first part of the entry [Jones et al. 1999] I don't want to have
printed. Did I do something wrong? Or is there anything else I have
to do? I didn't find anything in the natbib-doc about controlling
the reference/bibliography entries.
In advance thanx for your comments and suggestions
Thomas
OO
OO
2. Beamer slides, Natbib references, but no bibliography
3. bibunit, natbib, scrbook and page headers in bibliography sections
Hello all,
I'm using the scrbook class to typset my thesis. I've used the
packages bibunit and natbib to generate a separate bibliography for
each chapter.
... However, there is a problem: for all pages which form part of the
bibliography sections at the end of each chapter, the page headers are
changed to read "Bibliography" (instead of the chapter name).
Any way of fixing this? I was suggested to put the following,
\makeatletter
\def\bib@headings{\chapter*{\bibname}}
\makeatother
into my LaTeX file prior to calling the natbib and bibunit packages,
but it doesn't work.
Any ideas how to fix this so that the headers are as normal for
chapters?
Many thanks,
-- Joe
4. Bibliography layout (stopping entries being split over two pages)
5. suppressing page breaks within a bibliography entry
Latex is splitting my bibliography entries between pages. How do you suppress this behavior? Cheers, Kyle Benne
6. Bibliography - How to force an entry on same page
7. Page number in bibliography entries?
How can I get bibliography entries that list the page number on which they were cited? For example, A.N. Other, A magnificent piece of work, J. Irreproducible Res., Vol. 1, No. 1, pp. 1-11, 2009 [34,71] where the [34,71] indicates that the entry was cited on pages 34 and 71. Thanks!
8. natbib flavour "numbers" breaks hyperref back-references to pages