BibTeX, biblatex and biberCapitalization of a reference title

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
jjmm
Posts: 13
Joined: Tue Jul 12, 2016 5:23 am

Capitalization of a reference title

Post by jjmm »

Hi,

If I use bib file and bst file, is there any way
(1) to capitalize all words but the “short” conjunctions and prepositions, e.g., “and”, “or”, and “in”?
For example, I would like
“The Economy of Italy in European Debt Crisis and Its Implications”
but not
“The Economy Of Italy In European Debt Crisis And Its Implications”

(2) To make all letters in lower cases but the word that should always be capitalized?
For example, I would like
“The economy of Italy in European debt crisis and its implications”
but not
“The economy of italy in european debt crisis and its implications”

Thanks!

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10359
Joined: Mon Mar 10, 2008 9:44 pm

Capitalization of a reference title

Post by Stefan Kottwitz »

Hi jjmm,

welcome to the forum!

Some bibliography styles capitalize titles, but as far as I know they capitalize all words then. And how should that know every word you would like to except? Or if it's "Mr. And"? You capitalized "Its" but what about "it"?

I suggest, if you have exceptions to uppercasing rules and don't want to rely on some automatism, write it in the proper way and if you would like to prevent additional capitalization by a bib style (some automatically lowercase all but the very first letter), enclose the title in additional curly braces to protect it.

Stefan
LaTeX.org admin
jjmm
Posts: 13
Joined: Tue Jul 12, 2016 5:23 am

Capitalization of a reference title

Post by jjmm »

Thanks!!
Post Reply