To remove the space between the text and the citation field in Word, you can edit the field code manually. Here are the steps:
- Right-click on the citation code and select "Toggle Field Codes" from the context menu. This will display the field code for the citation.
- Locate the part of the field code that displays the citation text. It will look something like this:
{ ADDIN ZOTERO_ITEM "{ formatted citation }" }
- Add the
\* MERGEFORMAT
switch to the end of the field code, like this:{ ADDIN ZOTERO_ITEM "{ formatted citation }" \* MERGEFORMAT }
- Update the field code by right-clicking on the citation code and selecting "Update Field" from the context menu.
This should remove the unwanted space between the text and the citation field. Note that if you refresh the field codes, the workaround may be removed and you'll need to repeat these steps.