Skip navigation
Daniel Gtz
Currently Being Moderated

I need some help formatting some text

Sep 5, 2012 12:18 AM

Tags: #indesign #format #formatting #epub #italics #parenthesis

I'm trying to convert a theater script to EPUB. The original file I received was a pdf. I already placed all the text in my InDesign document, but among all the text, there are some phrases between parenthesis that need to be in italics.

 

Is there a way that I could instruct InDesign to change all characters between parenthesis to italics? Or will I need to manually identify and change them?

 

Thanks for you help!

 
Replies
  • Currently Being Moderated
    Sep 5, 2012 1:42 AM   in reply to Daniel Gtz

    http://indesignsecrets.com/findbetween-a-useful-grep-string.php

     

    This article describes a GREP search string, but you can also use it in a GREP style.

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 5, 2012 1:52 AM   in reply to Daniel Gtz

    You want to use a GREP Style. First create a Character Style that only specifies Italic as the font style, nothing else. Then use the following for your GREP Style either in the GREP Styles dialogue avaiable from the Paragraph panel or as part of a Paragraph Style…

    Screen shot 2012-09-05 at 1.46.23 AM.PNG

    The cryptic expression is (?<=\().*?(?=\))
    You can copy and paste that.

     

    Result…

    Screen shot 2012-09-05 at 1.51.04 AM.PNG

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points