Skip to main content
irenesmid
Participant
February 3, 2017
Answered

Making Individual Words Italic in Index

  • February 3, 2017
  • 2 replies
  • 2604 views

I have a huge index that has italic words through out it. 

The problem is that the italics doesn't carry through into the markers.

I have tried setting up a GREP but can't get it to recognize the italics.

Here's a sample of what I need in italics:

academic supervisor

attitude is </i>strong interest</i> in student progress, 153

definition, 16

description of functions and duties, 153

As you can see I have put <i> and </i> before and after the word, and the "hidden" character style makes these symbols small again but somehow the italics doesn't find its way to the words.

Any ideas, successful tips?

Thank you!

    This topic has been closed for replies.
    Correct answer Obi-wan Kenobi

    (^/)

    2 replies

    Peter Kahrel
    Community Expert
    Community Expert
    February 3, 2017

    </i>strong interest</i> looks strange, <i>strong interest</i> would be the expected format.

    Then you need to set up a GREP style in the index paragraph styles that applies an Italics character style to

    <i>.+?</i>

    Peter

    Obi-wan Kenobi
    Legend
    February 3, 2017

    Hi Peter,

    Oups! Error from me!

    (^/)

    Obi-wan Kenobi
    Obi-wan KenobiCorrect answer
    Legend
    February 3, 2017

    (^/)