Sorry for the off-topic question, but I know there are some talented LaTeX users out there. Which bibliography style gives only the year in text citations (e.g "for further details, see Anderson (1992)" )? Thanks Jason -- Indigo Industrial Controls Ltd. http://www.indigoindustrial.co.nz 64-21-343-545 jasont at indigoindustrial.co.nz
Jason,
For many bibliography styles, the command \citeyear{key} will work. If this
doesn't work for the style you are using, you can investigate style-specific
methods or consider other styles. I find that natbib is good for
author-year formats.
If you use Latex more than on occasion, a good reference book is invaluable.
I like "The Latex Companion" by Goossens, Mittelbach, and Samarin.
Regards,
Matt
Matthew R. Nelson, Ph.D.
Director, Biostatistics
Sequenom, Inc.
> -----Original Message-----
> From: Jason Turner [mailto:jasont at indigoindustrial.co.nz]
> Sent: Tuesday, December 09, 2003 4:20 PM
> To: R-Help
> Subject: [R] OT: BibTex year-only citation in text?
>
>
> Sorry for the off-topic question, but I know there are some talented
> LaTeX users out there. Which bibliography style gives only
> the year in
> text citations (e.g "for further details, see Anderson (1992)" )?
>
> Thanks
>
> Jason
> --
> Indigo Industrial Controls Ltd.
> http://www.indigoindustrial.co.nz
> 64-21-343-545
> jasont at indigoindustrial.co.nz
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>
Generally, use natbib style and then \citep -> (Anderson 1992) \citet -> Anderson (1992) \citeyearpar -> (1992) \citealt -> Anderson 1992 ---------------------------------------------------------------------- Andrew J Perrin - http://www.unc.edu/~aperrin Assistant Professor of Sociology, U of North Carolina, Chapel Hill clists at perrin.socsci.unc.edu * andrew_perrin (at) unc.edu On Wed, 10 Dec 2003, Jason Turner wrote:> Sorry for the off-topic question, but I know there are some talented > LaTeX users out there. Which bibliography style gives only the year in > text citations (e.g "for further details, see Anderson (1992)" )? > > Thanks > > Jason > -- > Indigo Industrial Controls Ltd. > http://www.indigoindustrial.co.nz > 64-21-343-545 > jasont at indigoindustrial.co.nz > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help >