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

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

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