Skip to main content
irenesmid
Participant
February 3, 2017
해결됨

Making Individual Words Italic in Index

  • February 3, 2017
  • 2 답변들
  • 2612 조회

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!

    이 주제는 답변이 닫혔습니다.
    최고의 답변: Obi-wan Kenobi

    (^/)

    2 답변

    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
    Legend
    February 3, 2017

    (^/)