How to add Ibid. to a style
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.
http://validator.citationstyles.org/?url=https://gist.githubusercontent.com/sixtyfive/f066a6eaed5285614403e118b63f2cf0/raw/41d8da10e2062c92166f4491c93ccf03d3f3ffb2/peter-lang.csl&version=1.0.1
if you simply replace them with hyphens that works.
The ibid. works for me then.
Since this style is for an actual publisher, it would be great to get this into the repository so other users can also benefit from this code.
It will need one or two pieces of information though.
On the Peter Lang website I see the recommendation to either follow APA(US) or MHRA (GB).
What is your style for (which faculty) and what style is it based on?
Would be great if you could help me with these two styles.
Tolkien, Lord of the Rings, 1
Ebd., 2
Ebd., 45
usw.
jetzt sieht es plötzlich so aus..
Tolkien, Lord of the Rings, 1
Tolkien, 2
Tolkien 17
usw.
Kann ich da was machen?
<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>
https://gist.github.com/smirnov-dd/4e2196ec16c50321b327f129ca7218b1
tried to add in line 447 - nothing changed
https://gist.github.com/smirnov-dd/7daa2cad38b06f10af71b5bf5dd74856
https://validator.citationstyles.org/?url=https://gist.githubusercontent.com/smirnov-dd/7daa2cad38b06f10af71b5bf5dd74856/raw/6167db6abd3d76dc66568a3ee6634c069762d981/gistfile1.xml&version=1.0.1
Looks like you're working with some features of CSL-M, I'm afraid I won't be able to help with that.
First, if you use CSL-M, you should set the version to "1.1mlz1". This will start the processor in CSL-M mode. Otherwise, not all features might be available.
Then, your "ibid." code is in a layout node for locale "en". So, the item locale must be "en".
Strangely, I only get the ibids, when the document locale is "de" or "en-UK". No "ibid" for "en-US".
<style>
element.It should look like this:
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.1mlz1">
Of course, you can adjust the other attributes...