Monthly Archives: 三月 2010

zotero中文参考文献样式使用

在zotero中的官方参考样式中有中文标准的(Chinese-GB7714-2005-Numeric.csl),但在使用的过程中发现,在OpenOffice中插入的时候,前置的“[”符号没有上标化。 经过搜索发现,已经有相应的讨论:http://forums.zotero.org/discussion/6317/automatically-superscript-citations-in-word-2007/ 具体的修改方法如下: <layout delimiter="," vertical-align="sup"> <text prefix="[" suffix="]” variable=”citation-number” /> </layout> </citation>

Posted in Linux, tech | Tagged | 3 Comments