BibTeX, biblatex and biberCapital letters

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
rms502
Posts: 6
Joined: Thu Aug 26, 2010 7:51 pm

Capital letters

Post by rms502 »

Hi,
Sorry to keep asking questions, I'm having issues with BiBteX again :(
I just wondered if anyone could help. I have a bibliography using the plain bibliography style. The titles of articles do not have capital letters in the final document except the first letter of each. This is good in the main, except on one title there are two sentences with a question mark "blahblah? blahblah". It looks a bit weird that the second sentence doesn't start with a capital, even if you put it in the bib file with a capital. Hope this make sense.
Thanks again for any help
Last edited by rms502 on Fri Aug 27, 2010 11:35 pm, edited 1 time in total.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Capital letters

Post by gmedina »

Hi,

use curly brackets to enclose the letters that you want to appear verbatim; i.e., in the .bib file use

Code: Select all

author = "{D}onald {E}. {K}nuth"
instead of

Code: Select all

author = "Donald E. Knuth"
1,1,2,3,5,8,13,21,34,55,89,144,233,...
rms502
Posts: 6
Joined: Thu Aug 26, 2010 7:51 pm

Re: Capital letters

Post by rms502 »

Thanks :D
Post Reply