BibTeX, biblatex and biberUse of Italics in Title of BibTex entry

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
WalidSaladin
Posts: 17
Joined: Mon Aug 27, 2012 8:58 pm

Use of Italics in Title of BibTex entry

Post by WalidSaladin »

Hi

How do you code italics into the title of a BibTex entry? For example, the title must be
"Plasmodium falciparum biology: analysis of in vitro versus in vivo growth conditions"
instead of
"Plasmodium falciparum biology: analysis of in vitro versus in vivo growth conditions".

Regards,
WalidSaladin

Recommended reading 2024:

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

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

User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Use of Italics in Title of BibTex entry

Post by cgnieder »

Write

Code: Select all

@article{...
  title = {\textit{Plasmodium falciparum} biology: analysis of in vitro versus in vivo growth conditions},
  ...
}
Regards
site moderator & package author
WalidSaladin
Posts: 17
Joined: Mon Aug 27, 2012 8:58 pm

Re: Use of Italics in Title of BibTex entry

Post by WalidSaladin »

Thank you.
Post Reply