GeneralProblems with Symbols in BibTeX

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Jerry2
Posts: 6
Joined: Sun Jul 22, 2007 12:11 am

Problems with Symbols in BibTeX

Post by Jerry2 »

I have been having a problem with BibTex entries I can't solve. When I enter words with some symbols, I get and error when I compile BibTex and I can't compile my file in LaTeX. The cedilla works when I type "\c{C}engel", and the German double s letter "\ss" works, but getting dots above o's and a's as in \"{a} gives me this error. I would appreciate any tips. Thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

pumpkinegan
Posts: 91
Joined: Thu May 03, 2007 10:29 pm

Problems with Symbols in BibTeX

Post by pumpkinegan »

Try putting brackets around the special characters:

Code: Select all

{\"{a}}
Jerry2
Posts: 6
Joined: Sun Jul 22, 2007 12:11 am

Re: Problems with Symbols in BibTeX

Post by Jerry2 »

Perfect. Thanks a lot.
Post Reply