Deutsche Gesellschaft für Psychologie - ebenda bzw. ebd. einfügen!

Guten Tag

Wie kann ich den Autor beim wiederholten Zitieren weglassen? Über die Funktion "Edit Citation" kann ich den Auto unterdrücken, aber es erscheint nicht "ebenda" oder "ebd." in der Quellenangabe (nur die Seitenzahl und das Jahr). Muss ich das Manuell im Editor machen oder gibt es eine andere Lösung?

Vielleicht kann mir jemand bei diesem Problem weiterhelfen, vielen Dank!
  • edited October 29, 2018
    You would change the citation part of the style to something along these lines:


    <citation et-al-min="6" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1" disambiguate-add-year-suffix="true" disambiguate-add-names="true" disambiguate-add-givenname="true" collapse="year">
    <sort>
    <key macro="author"/>
    <key macro="issued-year"/>
    </sort>
    <layout prefix="(" suffix=")" delimiter="; ">
    <choose>
    <if match="any" position="first">
    <group delimiter=", ">
    <text macro="author-short"/>
    <text macro="issued-year"/>
    <text macro="citation-locator"/>
    </group>
    </if>
    <else-if match="any" position="ibid">
    <text term="ibid"/>
    </else-if>
    </choose>
    </layout>
    </citation>


    You see how it builds a conditional and tests if it is first or else-if it is ibid. All of this can be done in the VisualEditor.
  • (pretty sure this is wrong if you actually want to follow DGfP style, though)
Sign In or Register to comment.