zotero-chinese / styles

中文 CSL 样式
https://zotero-chinese.com/styles/
Other
5.16k stars 837 forks source link

Update 455china-pharmaceutical-university.csl #176

Closed Enceladus6 closed 1 year ago

Enceladus6 commented 1 year ago

新增了中文专利的翻译

zepinglee commented 1 year ago

这样修改会导致专利的示例文献缺失冒号,见 https://github.com/redleafnew/Chinese-STD-GB-T-7714-related-csl/commit/86efb434df169c7322b7c35a3a81a2c7bac83d2b

我改成了

        <else-if type="patent">
          <group delimiter=": ">
            <group delimiter=" ">
              <text variable="title"/>
              <text variable="original-title" prefix="(" suffix=")"/>
            </group>
            <group delimiter=", ">
              <text macro="patent-country" font-style="italic"/>
              <text variable="number"/>
            </group>
          </group>
        </else-if>

见 10db007 。

Enceladus6 commented 1 year ago

非常感谢