edit the citation style
Hey guys
Two Questions:
1) I am using the international-organization style and i have set it up to de-DE in the first line but the FORMATTED BIBLIOGRAPHY is still in englisch with Accessed and available. Can i change this?
2) Is it possible to change the footnotes with a "TAB" behind the number in the footer?
Thanks for help!
Two Questions:
1) I am using the international-organization style and i have set it up to de-DE in the first line but the FORMATTED BIBLIOGRAPHY is still in englisch with Accessed and available. Can i change this?
2) Is it possible to change the footnotes with a "TAB" behind the number in the footer?
Thanks for help!
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
prefix=". Accessed"
andprefix=". Available from <"
respectively2. Not in the citation style, but this is something you can easily set up in your word processor by adjusting the style applied to footnotes.
The style is right but i do not want to use ibid or ebd. Can i change this?
<choose>
<if position="subsequent">
<group delimiter=", ">
<text term="ibid"/>
<text macro="point-locators-subsequent"/>
</group>
</if>
<else-if position="ibid">
<text term="ibid"/>
</else-if>
<else>
<group>
<text macro="contributors-short"/>
<text macro="issued-year" prefix=" "/>
<text macro="point-locators-subsequent" prefix=", "/>
Could you please help @LiborA ? Thanks!
<code> and </code>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-year-suffix="true">
<layout suffix="." delimiter="; ">
<group>
<text macro="contributors-short"/>
<text macro="issued-year" prefix=" "/>
<text macro="point-locators-subsequent" prefix=", "/>
</group>
</layout>
</citation>
<layout suffix="." delimiter="; ">
<choose>
<if position="ibid-with-locator">
<group delimiter=", ">
<text term="ibid"/>
<text macro="point-locators-subsequent"/>
</group>
</if>
<else-if position="ibid">
<text term="ibid"/>
</else-if>
<else>
<group>
<text macro="contributors-short"/>
<text macro="issued-year" prefix=" "/>
<text macro="point-locators-subsequent" prefix=", "/>
</group>
</else>
</choose>
</layout>
Thanks @LiborA @adamsmith