Back

If your email is not recognized and you believe it should be, please contact us.

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Ward Baxter
    Member

    Thanks, David. Unfortunately, I’ll only be at CreativePro on Tues–Wed this year. I have Peter Kahrel’s (c) 2010 version…I’m looking forward to the new printing. I’ve definitely spent some time with the Lynda resource and Keith Gilbert’s article. I will check out the other resources you linked. Thanks again!

    in reply to: GREP find results change sort order #103094
    Ward Baxter
    Member

    Thanks, Kai! I’ll build a handler to sort as part of the process from now on. Best, ~W

    in reply to: Is there a string in GREP for subscript? #102248
    Ward Baxter
    Member

    Possibly, if you set Find Format > Basic Character Formats > Position > Subscript, you can search for those characters, but GREP isn’t able to decipher formatting, just pattern matches. Can you give a little bit more of an example of what you’re searching for?

    in reply to: GREP: locate last tab in a paragraph #102201
    Ward Baxter
    Member

    search for: $ and replace with ~y

    in reply to: Postscript fonts in CC #94763
    Ward Baxter
    Member

    Thanks Dwayne. I’ve got a super-clean system fonts folder. Only the core basics, BUT the Times.dfont is one of the recommended fonts to make sure you keep, so it’s in there. I have NO user/library fonts. Everything is manually activated. I’ve now created NEW versions of these older Postscript fonts using FontLab Studio. Using the same file, CS6 and Acrobat XI use the font in my user library where CC and DC use the font in the system folder.

    in reply to: GREP Newcomer #91002
    Ward Baxter
    Member

    I don’t like altering the original data, but if used used a non-breaking space between “Earls Barton” and other instances like that, you could use an expression such as:
    ^[\w~S]+

    Alternatively, if you had a comprehensive list of place names, you could incorporate them as alternation, such as:
    (Leicester|Earls Barton|etc)

Viewing 6 posts - 1 through 6 (of 6 total)