Closed bdarcus closed 13 years ago
What's probably needed:
All abbreviated terms (form="short" or "verb-short") should receive a period in the locales-xx-XX.xml files when applicable. E.g.
<term name="editor" form="verb-short">ed</term>
should become
<term name="page" form="short">
<single>p.</single>
<multiple>pp.</multiple>
</term>
<term name="editor" form="verb-short">ed.</term>
Original Comment By: Rintze Zelle
Should be partially solved with [Author: rmzelle
Age: 17 months ago
Should remove include-period attribute from cs:text, and apply strip- periods="true" to any instance of cs:text with form="short" or "verb-short" as long as include-period is not "false". Still have to extend the patch to cover cs:lable and cs:date-part (the latter only if name="month").">r6:7fea7c0c2c0b]1
Rest should be easy, but it's bedtime now.
Original Comment By: Rintze Zelle
Maybe we shouldn't attach strip-period="true" for cs:text elements that don't call a term? The most important exception would be journal titles, e.g. automatic conversion of
<text variable="container-title" form="short"/>
to
<text variable="container-title" form="short" strip-periods="true"/>
would clearly be undesired.
Original Comment By: Rintze Zelle
Surprisingly, I seem unable to read my own comments (the point raised in comment 3 was already addressed in comment 1). The whole issue should now be solved with [Author: rmzelle
Age: 17 months ago
Original Comment By: Rintze Zelle
Adding periods to abbreviated terms in locale files is now addressed in an issue in csl-locales tracker: http://bitbucket.org/bdarcus/csl- locales/issue/7/add-periods-for-abbreviations-form-short-when
Closing this one (as the conversion works as advertised)
abbreviations-form-short-when
Original Comment By: Rintze Zelle
NT