moewew / biblatex-trad

traditional bibliography styles with biblatex
LaTeX Project Public License v1.3c
31 stars 7 forks source link

Disable lowercasing? #27

Closed larseggert closed 5 years ago

larseggert commented 8 years ago

Is it possible to disable lowercasing of titles somehow?

moewew commented 8 years ago

I didn't check, but I suppose

\renewrobustcmd{\MakeTitleCase}[1]{#1}

or

\DeclareFieldFormat{titlecase}{#1}

could both do the trick.

moewew commented 6 years ago

Just so this has a more decisive answer. My preferred version would be

\DeclareFieldFormat{titlecase}{#1}

That field is used by the standard styles as well and so this approach is portable.