Back

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

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 325 total)
  • Author
    Posts
  • in reply to: Text variables as running header #14392719
    Aaron Troia
    Participant

    Using Shift + Return should retain the entire title (I use it all the time) in your running header variable. I call it a soft return, not sure if that’s what you meant by Forced Line Break, but it should work.

    in reply to: Indesign to layers PSD #14391782
    Aaron Troia
    Participant

    David,

    The script works great, however one thing I would tweak would be to change the application versions to their bundle id’s to eliminate needing to update the year throughout the script every time you update InDesign and Photoshop.

    Change Application version lines
    tell application 'Adobe Photoshop 2023" and tell application "Adobe InDesign 2020" (or which ever year of the applications you are running, these were just the years that were in the version of the script I downloaded)

    to bundle id’s
    tell application id "com.adobe.Photoshop" and tell application id "com.adobe.InDesign"

    Maybe consult with Rob Day about this, he may have a reason why he didn’t do this, but it sure would save a lot of head aches and people having to modify the script.

    Aaron Troia
    Participant

    Thank you Michel, I figured there was a way that I haven’t learned yet how to do, and that works perfectly! You are a true Jedi!

    Aaron Troia
    Participant

    Hello David! Thank you for suggesting that FB group, I will check it out!

    in reply to: Remove all Overprinting #14373409
    Aaron Troia
    Participant

    Hey David,

    This might be a little late but I just saw your post and had to do some searching to see if there was a way to do this by chance I run into the same issue at some point. In my searching I ran across this script from Mars Premedia which might have been just what you were looking for. I haven’t tested it but it sounds like it might do the trick if you are in the same situation in the future.

    https://www.marspremedia.com/software/indesign/change-overprint-indesign

    Aaron

    Aaron Troia
    Participant

    So is it consistent with the other names like “Bob Andersen, PE” throughout but some just have more than one title such as Lori, “Lori Labrum, PE, PTOE” and you are only bolding though one title? If the first title consistent with 2-4 capital characters you might be able to do something like this:

    (?<=\, ).+?, [A-Z]{2,4}

    Aaron Troia
    Participant

    The FindChangeByList is quite the quirky GREP script. It seems straight forward but you really have to play by its rules and test to learn what it will and will not accept. I wish it used the same GREP engine that Find/Change uses (why it doesnt is beyond me). Like David said, I would also guess that this is a bug.

    in reply to: GREP: Replacing consecutive numbers with dash #14339742
    Aaron Troia
    Participant

    Unfortunately not, GREP isn’t smart enough to recognize consecutive numbers like that, but you could do it if you selected the numbers, but you would physically need to select each range of numbers which I’m not really sure would be any quicker.

    Here is an example GREP for that (with text selected)
    Find:(\d+),.+?(\d+)$
    Change: $1–$2
    Search: Selection

    Aaron

    in reply to: Superscript that thinks it’s a footnote #14331972
    Aaron Troia
    Participant

    Cecilia,

    Considering that this came from Kindle Previewer, I’m guessing they have something that have some sort of Quality Assurance script that is set up that is scanning for things like sequential superscripted numbers (not wrapped in anchor tags in the HTML to direct it to a footnote) and alerts you if it looks like you might have missed something you could go back and fix it. That doesnt really apply in this case as they are just superscripted numbers, but the script probably cant differentiate the difference, it just sees superscripted numbers and flags it. I honestly dont see this as something that the ebook would be rejected over. Also as far as I know there is nothing in InDesign that you can use to indicate that they are not footnotes.

    Aaron

    in reply to: how to hold two cells together in a table in epub 2.0 fluent #14331394
    Aaron Troia
    Participant

    Martin,
    I’m not sure there is a way to do it natively within InDesign, but if you know a little HTML & CSS and feel comfortable unzipping and rezipping the file, you can always wrap your table in a div with a class that has the attribute page-break-inside:avoid; I can’t say it’s perfect but I’ve had fairly good results with it in the past.
    That said, this type of thing is the nature of reflowable ebooks, things break across pages that sometimes you just can’t control like you can in print. And since your readers can change variables on the page such as text sizes, margins, and leading on their ereaders, sometimes you just have to throw up your hands and say “good enough.”
    Aaron

    in reply to: Is it OK to ask an EPUB question? #14331393
    Aaron Troia
    Participant

    Valerie,
    I’m not sure how many footnotes you have, but probably one of the easiest ways is to go through and replace your footnotes with InDesign’s Footnotes (right click > Insert footnote). That will create the cross-reference linking that is needed in Epub’s and Mobi’s for linked footnotes.
    Aaron

    in reply to: Auto Indexing #126777
    Aaron Troia
    Participant

    Hey Austin,
    I did a quick InDesignSecrets article search and ran across an article that David Blatner wrote that might be of interest to you regarding indexing plugins, it’s from 2014 but all the scripts/plugins should still be fairly relevant today.
    https://indesignsecrets.com/alternatives-indesign-indexing.php
    I’m sure there could be a work around with building a TOC with the names paragraph style, GREPing in a tab before the last name, converting to a table, swapping the First/Last Name Columns, and then converting back to text, but it might become a bit cumbersome to do each time a new name is added, and that doesn’t take into account that you’re wanting to do it across multiple files.
    Aaron

    in reply to: Problems placing book-length docuements into IDCC2015 #126743
    Aaron Troia
    Participant

    No problem, I’m glad it worked! I work at a publishing house and I think we actually ran into this same issue a few weeks ago.

    in reply to: Text going behind anchored image at top of a page #126741
    Aaron Troia
    Participant

    Does text wrap do anything?

    in reply to: Problems placing book-length docuements into IDCC2015 #126678
    Aaron Troia
    Participant

    Another thing you could try, if you have a version of the PDF before the author made changes, would be to compare the PDFs to each other in Acrobat. That should give you a text-to-text comparison of what changed so you would only have to change the things the author changed instead of reflowing the whole document.
    https://acrobat.adobe.com/us/en/acrobat/how-to/compare-two-pdf-files.html

Viewing 15 posts - 1 through 15 (of 325 total)