Style with AUTHOR in capital letters or where to edit?
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
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. ;)