Skip to main content
Inspiring
September 21, 2022
Answered

Endnote find and replace

  • September 21, 2022
  • 1 reply
  • 231 views

I would like to superscript all the numbers at the start of each endnote reference.

I tried ^\d+\t but it didn't work (using GREP find and change).

 

‭^\‬d‭+‬

This topic has been closed for replies.
Correct answer James Gifford—NitroPress

This can be done by redefining the Endnote Formatting style applied:

 

...and using an embedded style to set the number format. Much better than applying it as an overrride afterwards. You'll still need a working GREP string but it should be more reliable there.

 

1 reply

James Gifford—NitroPress
Legend
September 21, 2022

This can be done by redefining the Endnote Formatting style applied:

 

...and using an embedded style to set the number format. Much better than applying it as an overrride afterwards. You'll still need a working GREP string but it should be more reliable there.