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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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