Reply To: Turn on italics and turn off using code

Home Page / Forums / General InDesign Topics (CLOSED) / Turn on italics and turn off using code / Reply To: Turn on italics and turn off using code

#52755
Roland
Member

You could use a GREP search for this, separating the three parts (“@@::>”, the text and “@@::<“) and turn on a style on the just the text, ignoring the start & stop codes.

Edit: I figured it out :)

Do a GREP search for: (@@::>)([\w -]+.+)(@@::<)
Change to: $2
Create a character style for the italic text and, using the Change Format option, apply that style to the search result.

This article was last modified on May 18, 2010

Comments (0)

Loading comments...