BibTeX, biblatex and biberItalicize "et. al." in in-text Citation

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Ailicec
Posts: 18
Joined: Wed Jan 18, 2012 12:16 pm

Italicize "et. al." in in-text Citation

Post by Ailicec »

I am using a numbered reference system using natbib.

Code: Select all

\usepackage[square, numbers, sort&compress]{natbib}
However, a problem I have is that when I ant to put in the details i.e. use \citet{xxxx}, I do not get the "et al." in italics. I need it to be in italics. Does anyone know how I can change it to italics?

Thank you
Cecilia

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
TikZ book
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Italicize "et. al." in in-text Citation

Post by cgnieder »

Which bibliography style are you using? Assuming it is »plainnat« I quote lockstep's answer to a similar answer TeX.sx:
How to typeset "et al." in italics: Copy the file plainnat.bst (located in the \bibtex\bst\natbib subdirectory of your TeX distribution) into your working directory and rename it to, say, myplainnat.bst. (Later, this file should be placed in your local TEXMF tree). In the renamed copy, search for the string " et~al." * (there should be four instances) and replace every instance with " \emph{et~al.}" *. In your .tex file, use \bibliographystyle{myplainnat}.
Regards
site moderator & package author
Post Reply