Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

changing (1) to endnote

Enthusiast ,
Jun 12, 2018 Jun 12, 2018

I have a Word doc which has endnotes entered manually as (1) (2) etc. When I place the Word doc in Indesign is there any way I can find these endnote numbers and replace with subscripted numbers.

Thanks

Untitled-1.jpg

320
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Mentor , Jun 12, 2018 Jun 12, 2018

Subscripted? Isn’t it a typo?

Find:

\s*\((\d+)\)

Change:

$1

Change Format:

Char style Superscript

You’ll end up with superscripted number, without parenthesis and no space(s) before it.

Translate
Mentor ,
Jun 12, 2018 Jun 12, 2018

Subscripted? Isn’t it a typo?

Find:

\s*\((\d+)\)

Change:

$1

Change Format:

Char style Superscript

You’ll end up with superscripted number, without parenthesis and no space(s) before it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jun 12, 2018 Jun 12, 2018
LATEST

Thanks Winterm.Yes, that was a typo I meant superscript.

It worked like a charm.

I

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines