I think I'm nearly done. Fixed some other issues now and got one last question:
In the bibliography it looks something like this: ....Journal of Infectious Diseases, 201, pp.190-198.
I want to get rid of the "pp."
Down in the <bibliograph>... if found this: <group prefix=", "> <label variable="page" suffix="." form="short" strip-periods="true"/> <text variable="page"/> </group>
this obviously relates to this macro: <macro name="pages"> <group> <label variable="page" form="short" suffix=" "/> <text variable="page"/> </group> </macro>
What do I have to delete, to get rid of the "pp."?
no - the part in the bibliography doesn't even call the macro. Just change <group prefix=", "> <label variable="page" suffix="." form="short" strip-periods="true"/> <text variable="page"/> </group>
to <text variable="page" prefix=", "/> that should do it.
writing my manuscript at the moment, so I have no time to read back into CSL. Found a small mistake and would really appreciate if you could help me quickly. When there is only 2 authors it should look like this: "Muller & Brecht, 2005" Instead it looks like "Muller & David Brecht, 2005"
In the bibliography it looks something like this:
....Journal of Infectious Diseases, 201, pp.190-198.
I want to get rid of the "pp."
Down in the <bibliograph>... if found this:
<group prefix=", ">
<label variable="page" suffix="." form="short" strip-periods="true"/>
<text variable="page"/>
</group>
this obviously relates to this macro:
<macro name="pages">
<group>
<label variable="page" form="short" suffix=" "/>
<text variable="page"/>
</group>
</macro>
What do I have to delete, to get rid of the "pp."?
Thanks again ;)
Just change
<group prefix=", ">
<label variable="page" suffix="." form="short" strip-periods="true"/>
<text variable="page"/>
</group>
to
<text variable="page" prefix=", "/>
that should do it.
Going to test this now for a while and see if everything works. Hopefully I don't have to come back here. ;)
Thanks for all your help! Much appreciated! This will help a lot of my fellow students ;)
Cheers,
Damnation
writing my manuscript at the moment, so I have no time to read back into CSL. Found a small mistake and would really appreciate if you could help me quickly.
When there is only 2 authors it should look like this: "Muller & Brecht, 2005"
Instead it looks like "Muller & David Brecht, 2005"
Citation code looks like this:
<citation et-al-min="3" 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">
What do I have to change?
Thank you so much!
Damnation
Thanks guys for the quick help. What would I do without you and Mendeley. ;)