我想在MSWORD 2013中创建自定义书目样式,我使用this style。 我使用IEEE_Reference.XSL并且我已经应用了所需的更改。没关系。
但我的文章有多种语言参考。我希望本地化我的参考书目样式,如Microsoft Word默认书目样式。
我知道我应该使用LCID,
我的代码的某些部分是这样的:
<source type="Book">
<column id="1">
<halign>right</halign>
<valign>top</valign>
<format>{[%RefOrder%]}</format>
</column>
<column id="2">
<halign>left</halign>
<valign>top</valign>
<format >{%Author:1|Editor:2%, }{<i>%Title%</i>{, %Edition:o% ed.}}{, %Editor:2%}.{ %City|StateProvince|CountryRegion%}{, %StateProvince|CountryRegion%}{, %CountryRegion%}{: %Publisher%}{,{ %Month:s%} %Year%}{, vol. %Volume%}{, %Comments%}.{ [Online]. %URL:l%}</format>
</column>
<sortkey></sortkey>
</source>
我的目标是这样的代码:
xsl:choose>
<xsl:when test="b:LCID='1033'">
--ENGILSH FORMAT
</xsl:when>
<xsl:otherwise>
--PERSIAN FORMAT
</xsl:otherwise>
</xsl:choose>
但它不起作用,总是选择xsl:否则。
任何人都可以帮我做这个条件吗? 感谢,
答案 0 :(得分:-1)
我没有IEEE_Reference.xsl - 在我的Office 15中通过b:StyleNameLocalized/b:Lcid
使用Lcid