Ebenda in Code
Hallo,
kann mir jemand sagen, was und wo ich in den Code eintragen muss, damit Zotero ebenda verwendet? Das hätte ich gern, wenn eine Quelle ein zweites Mal aufeinander folgt, sodass dann da ebenda und noch die Seitenzahl steht. Beispiel:
Vgl. Mustermann (2018), S. 11.
Vgl. ebd., S. 15.
Hier mein aktueller Code: https://pastebin.com/6Wu53rGp
Danke im Voraus!
kann mir jemand sagen, was und wo ich in den Code eintragen muss, damit Zotero ebenda verwendet? Das hätte ich gern, wenn eine Quelle ein zweites Mal aufeinander folgt, sodass dann da ebenda und noch die Seitenzahl steht. Beispiel:
Vgl. Mustermann (2018), S. 11.
Vgl. ebd., S. 15.
Hier mein aktueller Code: https://pastebin.com/6Wu53rGp
Danke im Voraus!
Über weitere Hilfe wäre ich sehr dankbar!
Could you please tell me at wich line in my code I have to copy and insert the part of chicaco full note ?
Many thanks in advance!
That way you'll also learn something. ;)
Here is my code, I added the part with ibid but I'm not sure whether its the right position. And the lines 136, 137 are red where I closed layout and citation.
Would be very thankful for your help! And its a good chance for me to learn something :)
You put in an if and an else-if for the ibid conditions, now you want an else alternative where you pack in "normal" formatting if it's neither of the ibids.
Maybe like this?
Added , and in lines 121,137,138
Now, using you'll want to check your style validates against the CSL scheme. https://validator.citationstyles.org/
You'll see two errors.
The first one is regarding the entry-spacing attribute you have with "". You can just delete the whole thing.
The 2nd one is that you have a macro in your style that actually isn't used. So you can just delete that macro.
this is my problem, too.
My Code: https://codeshare.io/29egLg
I don't know, where I have to insert this "if position ibid......
I would appreciate, if you help me.
Thanks