josephwright / biblatex-phys

A biblatex implementation of the AIP and APS bibliography style
LaTeX Project Public License v1.3c
25 stars 5 forks source link

Title capitalisation #4

Closed josephwright closed 11 years ago

josephwright commented 11 years ago

Revtex4-1 uses sentence case for article titles (when titles are shown with the longbibliography option). biblatex-phys seems to maintain the capitalization in the .bib file. A possible workaround here does not work for titles with inline math (see final comment to the answer), unless they are enclosed in { } (which isn't the way math in titles are output from prola).

josephwright commented 11 years ago

I've fixed this using the sentence case function in biblatex. Note that because this works at the LaTeX end rather than in BibTeX/Biber, there is not much one can do about the math mode point other than wrap stuff in braces. (TeX does not have a concept of changing case ignoring math mode, and while this is doable the code for that is extremely complex and I will not add to biblatex-phys: may add to biblatex at some point.)

josephwright commented 11 years ago

Fixed by 231479d1d04fd432f45767e5ab3227f1709d17a1 and a3ded66b1ff43d5f8f86b62d6f1641eea43be99b.