BibTeX, biblatex and biberKeep Capital Letters in BibTeX Database Entries

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
lucianojcampos
Posts: 15
Joined: Thu Apr 07, 2011 12:49 pm

Keep Capital Letters in BibTeX Database Entries

Post by lucianojcampos »

Hi, I´m having a problem with my BibTeX File. It seems that capital letters are not being recognized when I build the PDF from the source file. As an example, the following input of the file.bib:

Code: Select all

@article{anschorfheide,
  author = "Sungbae An and Frank Schorfheide",
  year = "2007",
  title = "Bayesian Analysis of DSGE Models",
  journal = "Econometric Reviews",
  volume = "26",
  number = "2-4",
  pages = "113-172"
}
produces the following output:

Sungbae An and Frank Schorfheide. Bayesian analysis of dsge models. Econo-
metric Reviews, 26(2-4):113{172, 2007.

Any kind of help you could give me would be very welcome.

Regards,

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Keep Capital Letters in BibTeX Database Entries

Post by frabjous »

Put any letters you want to remain capital under all conditions inside an extra set of braces:

Code: Select all

title = "Bayesian Analysis of {DSGE} Models",
lucianojcampos
Posts: 15
Joined: Thu Apr 07, 2011 12:49 pm

Re: Keep Capital Letters in BibTeX Database Entries

Post by lucianojcampos »

Hi, it works just find now.

Thanks a lot for your help.

Regards,
Post Reply