Closed russella closed 12 years ago
HI Alex,
also thanks for this issue. In my opinion it's borderline. Of course the standard styles are sentence-case. However this is one bib drawback of the standard styles. On the other hand if someone uses the old bib-file this case must be considered. Difficult.
EDIT 1:
After feedback of Joseph Wright (Thanks Joseph) I will provide the sentence-case.
EDIT 2:
After some tests I think the following declaration does the job:
\DeclareFieldFormat*{titlecase}{\MakeSentenceCase{#1}}
I insert this line in the file trad-standard.bbx
.
Regards Marco
Dear Marco, Great--that's much better than my solution. The biblatex layout hooks are really powerful tools.
All the best, Alex
This solution leads to a new bug. See issue 7
Dear Marco,
Thanks again for your work on this project. I think that default treatment (in plain, e.g.) is for titles to appear in sentence-case. In the version of this that I mocked up, I did it this way; I think you could incorporate this into your base bbx file:
All the best, Alex