Forum Replies Created
-
AuthorPosts
-
David BlatnerKeymasterYou might be able to export all of them to IDML with Peter Kahrel’s Batch script:
https://creativepro.com/creating-batch-pdfs.php…or try to find that plug-in? What is it?
David BlatnerKeymasterSounds like you want something like a “contact sheet”. These articles might help:
https://creativepro.com/quickly-place-images-indesign-document.php
https://creativepro.com/the-ultimate-contact-sheet.php
https://creativepro.com/import-folder-full-pictures-page.php
David BlatnerKeymasterI don’t know. If you’re using CC 2017, you might try disabling the GPU (in the Preferences dialog box) and see if that makes it smoother.
David BlatnerKeymasterJohn: To open an IDML file, change the file extension from .idml to .zip and then use a zip program to uncompress it. But once you’re in there, it may take a while to figure out what’s what. It’s advanced stuff! But fun to poke about. :-)
David BlatnerKeymasterWell, Adobe dropped the price of InCopy to just $5/month per person… so that’s very reasonable for something that lets you edit the text. If you just need proofing, then there are many options out there.
Take a look at GoProof from Oppolis (https://www.goproof.net) or Tweak (https://www.tweak.com) or PageProof (https://pageproof.com)
David BlatnerKeymasterHave you looked at InCopy? https://incopysecrets.com
David BlatnerKeymasterSorry, I’m not sure what the problem could be. Are you moving the files from mac to windows or vice versa?
David BlatnerKeymasterYou say that resetting the preferences does help?
What about just quitting and restarting? Or closing the document and opening it again?
That is a strange problem. I have not run into that. Does it help if you set your Pages panel to Horizontal instead of Vertical?
David BlatnerKeymasterLoic, sorry your reply disappeared. That sometimes happens on our forums. It was “held for moderation.” If it happens again, just email me and I will fix it.
Also, I edited your post above to use the “pre” html tags before and after, so that it appears correctly.
David BlatnerKeymasterThere’s an old post about this here:
https://creativepro.com/color-swatches-that-wont-delete.php/comment-page-1The INX trick needs to be updated to handle IDML (which replaced INX)…
David BlatnerKeymasterThat is strange! Is it possible you are putting a Shift-Return after the last paragraph (instead of a proper return)?
David BlatnerKeymasterTom, basic html tags like em and strong should work… no?
My concern with your request is the word “sometimes” and the phrase “in certain cases.” GREP is a set of rules that always applies. But if you want a character style applied to all your parentheses, you can just type
\(for one GREP style, and then do another GREP style right after it applying the same character style to\)That just means “apply it to the left paren and then the right paren.” You need the backslash before the parenthesis because the ( is a reserved character, and the backslash “escapes” it.
David BlatnerKeymasterThis might work:
^[^.?!]+?:
The caret at the beginning means “beginning of the paragraph” and the caret inside the brackets means “not”… so this will find any series of characters at the beginning of a paragraph up to a colon, but not if there’s a period, question mark, or exclamation point between the start of the paragraph and the colon. -
AuthorPosts
