BibTeX, biblatex and biberCitation with italic "et al."

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
ntumre
Posts: 1
Joined: Thu Jun 30, 2011 4:07 am

Citation with italic "et al."

Post by ntumre »

I used natbib package and use \citep{Obama2011} to obtain (Obama et al. 2011). Is it possible to change the et al. to italic, i.e., (Obama et al. 2011). Thank you.

Code: Select all

\usepackage[round,authoryear]{natbib}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

philosopher
Posts: 14
Joined: Wed Jun 29, 2011 9:38 pm

Re: Citation with italic "et al."

Post by philosopher »

You could make a custom style with makebst.tex -- there are options there for the font of the `et al.'
Post Reply