BibTeX, biblatex and biber ⇒ Use of Italics in Title of BibTex entry
-
- Posts: 17
- Joined: Mon Aug 27, 2012 8:58 pm
Use of Italics in Title of BibTex entry
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
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
Use of Italics in Title of BibTex entry
Code: Select all
@article{...
title = {\textit{Plasmodium falciparum} biology: analysis of in vitro versus in vivo growth conditions},
...
}
-
- Posts: 17
- Joined: Mon Aug 27, 2012 8:58 pm