mgttlinger / biblatex-lncs

BiBLaTeX style for Springer Lecture Notes in Computer Science
LaTeX Project Public License v1.3c
17 stars 3 forks source link

Paper titles are not converted to Sentence case #14

Open tvercaut opened 4 months ago

tvercaut commented 4 months ago

The reference splncs04.bst style converts all titles to Sentence casing. biblatex-lncs does not do that at the moment.

Fixing capitalisation is possible with a workaround:

\DeclareFieldFormat{titlecase}{\MakeSentenceCase*{#1}}

However, ideally and by default, biblatex-lncs should replicate the behaviour of splncs04.bst.

mgttlinger commented 4 months ago

Sorry for not getting back to you sooner. I couldn't get this to work quickly. I will look into it when I have time but feel free to submit a PR with a fix if you need it sooner.