J
Jason
I am attempting to create a citation style that allows the reference manager
in Microsoft Office Word 2007 to use footnote citations, and have run into
two problems. The first problem seems to either be hard coded into Word or
an option somewhere that I cannot find; Word inserts a space preceding the
citation text when the citation field appears after most non-space, non-tab
characters (no space appears after a normal space (U+0020) or a tab (U+0009),
but it appears after, for example, em-space (U+2003), and zero-width space
(U+200B)). Normally this is not a problem, but my teacher told me that there
should not be a space between a period and the footnote number. Is there an
option somewhere that I can set in Word to fix this? Is there a way to get
Word's citation field to treat a zero-width space as a "space" character (I
noticed that the spelling and grammar checker treats it like a space, but the
citation field does not)? If not, is there some negative-width Unicode
character supported by Word that I can have precede the citation number in
the style sheet, so that the space is written over?
My other problem concerns superscript citation separators. I figured out a
way to get the style sheet (.xsl) to mimic superscript numbers by writing a
template that replaces numbers with their corresponding Unicode superscript
character. However, I would like to separate citations by a superscript
comma, and I have found no Unicode character to do this. I have tried
multiple ways of getting the citation to appear superscript, such as the
<sup></sup> tag, using the style attribute of the <p></p> tag to mimic
superscript, among others, but found that Word seems to ignore any HTML/CSS
that should change the size, font-face, color, position, etc. of a citation.
Why does this happen, and how can I get the commas in my citations to display
superscript without having to manually superscript them after every
bibliographic update?
Thank you.
in Microsoft Office Word 2007 to use footnote citations, and have run into
two problems. The first problem seems to either be hard coded into Word or
an option somewhere that I cannot find; Word inserts a space preceding the
citation text when the citation field appears after most non-space, non-tab
characters (no space appears after a normal space (U+0020) or a tab (U+0009),
but it appears after, for example, em-space (U+2003), and zero-width space
(U+200B)). Normally this is not a problem, but my teacher told me that there
should not be a space between a period and the footnote number. Is there an
option somewhere that I can set in Word to fix this? Is there a way to get
Word's citation field to treat a zero-width space as a "space" character (I
noticed that the spelling and grammar checker treats it like a space, but the
citation field does not)? If not, is there some negative-width Unicode
character supported by Word that I can have precede the citation number in
the style sheet, so that the space is written over?
My other problem concerns superscript citation separators. I figured out a
way to get the style sheet (.xsl) to mimic superscript numbers by writing a
template that replaces numbers with their corresponding Unicode superscript
character. However, I would like to separate citations by a superscript
comma, and I have found no Unicode character to do this. I have tried
multiple ways of getting the citation to appear superscript, such as the
<sup></sup> tag, using the style attribute of the <p></p> tag to mimic
superscript, among others, but found that Word seems to ignore any HTML/CSS
that should change the size, font-face, color, position, etc. of a citation.
Why does this happen, and how can I get the commas in my citations to display
superscript without having to manually superscript them after every
bibliographic update?
Thank you.