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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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