Word – How to make citations in a word document superscript

citationsmicrosoft-word-2010

When citing in Vancouver style, it is more common to display citations as 1 or (1) rather than Word's default of (1) when using the built in citation manager.

Is there a way to force Word to display them in this alternate format? This website would seem to suggest not, however I'm wondering if anyone here has any thoughts? I'm not adverse to changing the citation style in program files, I would just appreciate some advice on how to do it assuming there is no easy fix that I'm missing.

Best Answer

The Word built-in reference tool has a style called "IEEE" which has similar citations except that the number is not in superscript. IEEE format

Inorder to make the citation in superscript, you should modify the style file which is in the %APPDATA%\Microsoft\Bibliography\Style folder.
Back up the IEEE2006OfficeOnline.xsl file, and find the string <xsl:template name="Citation">.
In this segment, you can find <body> and </body>, change these to <body><xsl:element name="sup"> and </xsl:element></body>.
Then the citation looks like this below. modified IEEE format

Related Question