I have a *.bib file that contains math symbols in a title, like
title = {A Mode-Matching $\Sigma\Delta$}
When compiling this, pdftex gives errors:
! Extra }, or forgotten $.
<recently read> }
l.62
! Missing } inserted.
<inserted text>
}
l.62
when processing \printbibliography at line 62. I'm using bibtex to grab the *.bib data. Removing the $\Sigma\Delta$ from the title eliminates the errors.
The formatted output produced by pdftex is correct, but I'd like to eliminate the error messages if possible.
\(and\)should work, too. – Audrey Feb 27 '12 at 01:50