[texhax] Citations & References
Dan Hatton
vi5u0-texhax at yahoo.co.uk
Mon Jan 28 12:46:27 CET 2008
On Sat, 26 Jan 2008, cinquett at fclar.unesp.br wrote:
> Could you help me with these problems of citations and references, quite
> typical in Economics?
>
> I. Citation
> 1. How to make "author's (date)"?
> That is, how to quote some work using the author's name with apostrophe,
> using the \cite{...} of the bibtex?
If you're using the natbib package,
\citeauthor{...}'s \citeyearpar{...}
will do this.
> 2. How to make "author (date: ch. 2)"?
> That is, how to cite a book, specifying the chapter, but not having the
> author in parenthesis? The only way I know
> "\cite[][ch. 2]{label}" places the authors in the parenthesis.
I'd suggest, again with the natbib package
\citet[][: ch. 2]{label}
but I'm not absolutely sure where that will put the "ch. 2".
> II. References
> 3 How to Capitalize proper names that belong to the article's title? The
> bibtex place all words in lower case letters.
In the BibTeX database, enclose the letter you want to stay
capitalized in curly brackets, e.g.
title="Magneto-optical Sum Rules Close to the {M}ott Transition",
--
HTH,
Dan Hatton
<http://www.bib.hatton.btinternet.co.uk/dan/>
More information about the texhax
mailing list