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
BibTeX, biblatex and biber ⇒ Use of Italics in Title of BibTex entry
NEW: TikZ book now 40% off at Amazon.com for a short time.
Use of Italics in Title of BibTex entry
Write
Regards
Code: Select all
@article{...
title = {\textit{Plasmodium falciparum} biology: analysis of in vitro versus in vivo growth conditions},
...
}
site moderator & package author
-
- Posts: 17
- Joined: Mon Aug 27, 2012 8:58 pm
Re: Use of Italics in Title of BibTex entry
Thank you.