Maintain in-text citation superscript even when style is not

Hi everyone,

It seems like the style I'm using is not the in-text supserscript format but I want it in superscript. So, every time I insert a new citation, all the previous ones that I've manually made superscript are changed.

Any solutions to this?

Thank you.
  • What style are you using?
  • I'm using 'Elsevier (Numeric without titles)' style. In-text citation is with square brackets.
  • Yeah, you definitely don't want to manually change these to superscript -- why do you want superscript? Is this for a particular journal (which?) If it's personal perference, are you attached to that particular style?
  • I'm writting cumulative thesis. My manuscripts were done in that style and I'm writing an introductory chapter with lots of references, so I want it be the same.
  • edited 2 days ago
    We asked this question as we will have dozens of superscript numeric styles that we could recommend you.
    But if you want to stick with the Elsevier style, you'll need to modify it yourself to this:
    <citation collapse="citation-number">
    <sort>
    <key variable="citation-number"/>
    </sort>
    <layout vertical-align="sup" delimiter=",">
    <text variable="citation-number"/>
    </layout>
    </citation>


    Read this first(!) or it won't work: https://www.zotero.org/support/dev/citation_styles/style_editing_step-by-step
Sign In or Register to comment.