Reply To: Paragraph style exception

#71702

Hi, i have a similar question, where the above would not work: I would like to apply a second paragraph style to the second paragraph of the footnotes.

I am working off an imported word doc that has no styles applied. So i found the majority of the footnotes using GREP: (?<=~F)ts(.+) and applied the footnote paragraph style (and also replace the tab with period, hence the extra code in the grep).

But there are some footnotes that have a second paragraph where i would like to use a first line indented paragraph style, but i cant figure out how to select that paragraph by itself – being that there is no unique characters here to look for.

I tried using this “(?<=~F.+\r).+” (thinking i can select any paragraph following a paragraph with a footnote reference, but it doesn’t seem to work.

Any advice? Thanks!

This article was last modified on November 18, 2014

Comments (0)

Loading comments...