BibTeX, biblatex and biber ⇒ Capitalize each Word in the Title
-
- Posts: 13
- Joined: Tue Oct 27, 2009 3:28 pm
Capitalize each Word in the Title
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
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Capitalize each Word in the Title
protect the capitalization by additional braces, such as {{The Title}} or {{The} {Title}}.
I just don't recommend writing {T}itle since it would change the inter word kerning between letters.
Stefan
-
- Posts: 13
- Joined: Tue Oct 27, 2009 3:28 pm
Re: Capitalize each Word in the Title
-
- Posts: 1
- Joined: Tue Sep 20, 2011 12:29 am
Re: Capitalize each Word in the Title
I was also having the same problem with forcing capital letters. This is annoying if the library is imported from somewhere and not created entry by entry. Here is the work around:
I use JabRef for referencing, which can be found online for free, import your .bib file to jabRef, then in options>preferences> file there is an option that says:
"store the following fields with braces around capital letters"
Type "title" or any other field you want to keep the capitals in and press ok. the drawback that this will only keep the capitalization of what was originally capital letters, it is not so smart to capitalize by itself, it only keeps the capitalization.
I hope this helped