How to change Oscola citation style In Mendeley?

Hello everyone. I have a problem with my citation style in my PhD thesis. I am using oscola and I would like to make two changes:

1. To remove the quotations marks from the titles of articles.
2. To italicize the titles of periodicals.

I appreciate any help.

  • 1. delete both occurrences of quotes="true" in the style
    2. Find these two lines:
    <else-if type="article-magazine article-newspaper" match="any">
    <text variable="container-title" font-style="italic"/>


    and change the first one to
    <else-if type="article-journal article-magazine article-newspaper" match="any">
    (leave the second one as is.

    You can do that in the code editor of the Mendeley style editor, on editor.citationstyles.org or using Zotero as described here:
    https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
  • Thank you so much! Your reply has been very helpful.

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.

Sign In or Register to comment.