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

Wrong capitalization of Sofield2004 title #9

Closed josephwright closed 11 years ago

josephwright commented 11 years ago

[Reported by Christoph Bersch]

The attached patch fixes the faulty capitalization of the Sofield2004 title. It also removes the '%' sign in the title which does not work when compiling the documentation with biber version >= 0.9.

josephwright commented 11 years ago
diff -r 87f3fc9621f0 biblatex-phys.bib
--- a/biblatex-phys.bib Tue Jan 29 21:50:22 2013 +0000
+++ b/biblatex-phys.bib Wed Jan 30 16:36:12 2013 +0100
@@ -358,8 +358,7 @@
   hyphenation  = {british},
   author       = {Sofield, Chadwick D. and Walter, Marc D. and 
     Andersen, Richard A.},
-  title        = {{\{{A}midobis[$\eta^5$-1,3-bis\-(trimethylsilyl)%
-    \-cyclopentadienyl]titanium({III})\}}},
+  title        = {\{{{A}midobis[$\eta^5$-1,3-bis\-(trimethylsilyl)\-cyclopentadienyl]titanium({III})}\}},
   journaltitle = {Acta Crystallogr., Sect.~C: Cryst. Struct.
     Commun.},
   date         = {2004},
josephwright commented 11 years ago

Fixed by 8aa81c04e650e5048a4fc3f9893d3a3952dd6541.