1. natbib and label format in bibliography
Hi,
I recently switched from named to natbib (better compatibility with
hyperref) and still have one issue which I couldn't solve with the help
of manuals or newsgroup-search. I use:
\usepackage[authoryear]{natbib}
...
\bibliographystyle{plainnat}
\bibliography{thesis}
and my citations look like:
"... closed-world assumption [Reiter, 1978] is acknowledged as ..."
So far so good. Now in the bibliography, instead of
Raymond Reiter. On Closed World Data Bases. In Herve Gallaire and Jack
Minker, editors, Logic and Data Bases, pages 119--140. Plenum Press,
New York, 1978.
I would like to see
[Reiter, 1978] Raymond Reiter. On Closed World Data Bases. In Herve
Gallaire and Jack Minker, editors, Logic and Data Bases, pages
119--140. Plenum Press, New York, 1978.
i.e., also the citation label (like in the named-style). Is there any
way to achieve this with natbib?
thnx and best regards,
roman
2. natbib in authoryear, problems "compressing" refs with same first author and year
3. BibTex query: sorting of references in authoryear style with "natbib" package
Hi,
I'm using BibTex to generate a bibliography. Let's call the
bibliography mybib. I use the "natbib" package and want the references
displayed in "authoryear" style.
When I run Latex and BibTex and then Latex again (twice) on my .tex
source file (let's call it Main.tex), I get this problem:
All the books get listed first by year of publication,
All the articles and miscellaneous other entries get listed afterwards
(by year).
To clarify: the sorting order for the books seems to be the year of
publication (not author's name). Also all the books get listed
separately from the other entries.
But I want the usual authoryear style. I was under the impression that
the "natbib" package does this automatically.
I've racked my brained and still can't figure out why the sorting is
getting messed up like this. Can someone help me "sort it out"?
Thanks,
Other facts which may or may not be relevant:
i) I use the \nocite{*} command to cite all my references.
ii) The following appears at an appropriate place in my Main.tex file
\bibliography{mybib}
\bibliographystyle{plainnat}
iii) I use no cross-references (in my bibliography database)
iv) I use the Emacs editor and have sorted out my bibliography entries
so the database itself (i.e. mybib.bib) is already in desired
alphabetical order by author name (be it book or article).
4. Biblatex [Was: Merge authoryear-ibid and authoryear-comp]
5. Merge authoryear-ibid and authoryear-comp
Hi!
Is there a (simple?) way to merge the functionalities of the
authoryear-ibid and authoryear-comp citation styles?
For example, with
The first citation is \parencite{name1_2004,name1_2005) and the
second citation is \parencite{name1_2004).
I want to obtain something like :
The first citation is (Name1,2004,2005) and the second citation is
(ibid., 2004).
Thanx in advance for your help!
jpg
jpg
--
XXXX@XXXXX.COM
^^^^year
6. multibib + natbib -- numerical labels are ambiguous
7. [hyperref, pdftex, natbib] www link in the bibliography
I'd like to generate a www (or file) link in the bibliography part when I specify an URL field in the file.bib. The idea is to easily recover from the document.pdf the cited articles when they are available on the web (or locally on the computer). Does anybody know or have an idea how to do that ?