Ответ: Если есть вопросы по скриптам
А как, например, найти полужирный шрифт и присвоить свой character style? Что нужно написать в поле findWhat?
text {findWhat:"^9^9.^9^9"} {appliedCharacterStyle:"price"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}
А как, например, найти полужирный шрифт и присвоить свой character style? Что нужно написать в поле findWhat?
text {findWhat:"^9^9.^9^9"} {appliedCharacterStyle:"price"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false}
vbatushev сказал(а):Я прямо удивляюсь за Вас. Зачем менять скрипт, если достаточно прописать необходимые вещи прямо в файле FindChangeList.txt???
И причем тут обход GREP, если можно использовать не только GREP?
Если ищите text, то сделайте строку подобно нижеследующей:
text {findWhat:"--"} {changeTo:"^_"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false, caseSensitive:true} Find all dash-dash and replace with an em dash.