GeneralCapital letters in math mode in bibliography

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
theodorekon
Posts: 2
Joined: Fri Jun 25, 2010 12:07 pm

Capital letters in math mode in bibliography

Post by theodorekon »

Hi,
It has come to my attention that capital letters that appear in my bibliography file in math mode will appear as lower case letters in the pdf file. For example if I write $I=V/R$ in the title of a reference in the bibliography file then in the pdf it will appear as i=v/r. Does anybody have a solution for that?

Thanks in advance

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Capital letters in math mode in bibliography

Post by josephwright »

As with any other part of the bibliography, you need to use additional braces to protect it from case changes, which some bibliography styles require:

Code: Select all

title = {{$I=V/R$}},
Joseph Wright
Post Reply