ScottRkirk said:
Thanks Yves,
no solution for the superscript?
Not directly, but you can apply an character style to each in-text citation
so they appear in superscript. Or if you are lazy, you can use the macro
found at
http://bibword.codeplex.com/Wiki/View.aspx?title=Styles_FAQ#Q9 to
apply the style to all of them at once. The first time, it will also create
the style.
Once the style is applied to an in-text citation, it will remain, even after
field updates.
is there a way to make numerical references (1)(2)(3)(6) become 1-3,6 as
references within file?
Yes and no. You can group them automatically as (1,2,3,6) but not as
(1-3,6). To group them as (1,2,3,6), enter the first in-text citation (1),
put your cursor on the citation (the grey field, or the field with the
rectangle around it) and once again do "Insert citation". Now they should be
displayed as (1,2) rather than (1)(2).
If you aren't able to do that, you can do it manually. Right click on the
first citation, and pick "Edit field...". You will see something like
"CITATION abc05 \l 1033". Here you can add your other citations using "\m"
followed by their tag. For example "CITATION abc05 \l 1033 \m def06 \m
ghi07".
As grouping logic (1-3) is not possible by design, you could do that
manually in the END after you converted them all to static text. To convert
all in-text citations to static text, you can use the macro at
http://bibword.codeplex.com/Wiki/View.aspx?title=Styles_FAQ#Q10 if you don't
want to do it by hand. Note that it is necessary to convert them all to
static text as fields might get updated and your hand made changes might be
overwritten otherwise.
Yves