Forum Replies Created
-
AuthorPosts
-
Dhafir Photo
ParticipantHello Tzivi,
Make sure the background of page A does not touch the edge of the page B.Dhafir Photo
ParticipantTry this:
Find: \r\K
Find Format: paragraph style body1
Change: Leave empty
Change Format: SubtitleDhafir Photo
ParticipantTry “QuickResize” script by ID EXRTAS
Dhafir Photo
ParticipantFrom the Footnote Options, follow the next path:
Layout? Rule Above? Continued FootnotesNovember 15, 2024 at 11:16 am in reply to: Apply an Object Style to All Anchored Objects in a Document in One Action #14408771Dhafir Photo
ParticipantYou can do it by Object tab in Find/Change, try to search for common properties in your anchored objects to change all to your object style
Dhafir Photo
ParticipantHello Rich!
This script is still the most convenient and fastest, try it:
https://creativepro.com/files/kahrel/indesign/title_case.htmlDhafir Photo
ParticipantUse 2 paragraph style, the first one is for Level 1 with default Numbering settings. In the second para. style use these settings:
Bullets and Numbering Options:
Level: 2
Numbering Style:
Number: ^1.^#.^tJune 13, 2024 at 10:03 pm in reply to: How to save a single Indesign page from a multipage ID document #14404136Dhafir Photo
ParticipantMay be Mohammad Hasanin’s script “Delete Pages v1.0” will help you, by delete all the pages of document except what you want to keep
https://hasaninscripts.gumroad.com/l/ftrak?layout=profileMay 26, 2024 at 5:42 am in reply to: Change font format with the GREP to change foreign language in document #14403700Dhafir Photo
ParticipantTry this:
in Find: \<[^\r[:lo:]]+
in Change: ItalicMay 17, 2024 at 1:39 am in reply to: Rule above Footnote insists on being flush right. Will not move flush left. #14403491Dhafir Photo
ParticipantCheck the story direction
March 21, 2024 at 3:30 pm in reply to: Placing Excel tables with numbers in InDesign: Ê instead of white space #14401258Dhafir Photo
ParticipantTry to do one of these:
– Select the letter Ê and see what it’s refer in Glyph panel.
– Copy the letter Ê and paste it in Find field of GREP or Text tab to see what its code.
– If you need to separate 1000000 to 1 000 000, use this regex in GREP tab in Find/Change:
in Find: \d{1,3}(?=(\d{3})+)
in Change: $0~sDhafir Photo
ParticipantCan you send to me a sample of your text with its paragraph style used, including the GREP style?
my email: dafirphoto@yahoo.comDhafir Photo
ParticipantTry to use ClearStyleOverrides script inside the community folder
Dhafir Photo
ParticipantActually the “No break” causes disappearance of text.
Use this \w\K(?=[\w[:p*:]]+$) instead of .{10}$
and use this ^[^:]+: instead nested styleDhafir Photo
ParticipantLook this topic too
-
AuthorPosts