Back

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

Forum Replies Created

Viewing 15 posts - 196 through 210 (of 231 total)
  • Author
    Posts
  • in reply to: Worm Hole #98079
    Graham Park
    Member

    Looks like you had a corrupt document.
    Save the file as IDML, reopen InDesign then open this file and the problem should be solved.

    in reply to: Help needed in creating GREP style #98078
    Graham Park
    Member

    If the JOURNAL NAME include numbers it will cause a problem,
    If so try this.

    NESTED STYLE
    NONE Through 2 FULLSTOPS (If you are using a Number list then 1 Full stop)
    ITALIC Through 1 Sentence

    Then GREP
    APPLY STYLE Normal Character Style without the Italic
    TO TEXT \S+$

    This will add the style to text from the end of the sentence back to the first space which is right before your numbers

    in reply to: Help needed in creating GREP style #98077
    Graham Park
    Member

    How about trying a NESTED STYLE, should work if the text is constant.

    NESTED STYLE
    NONE Through 2 FULLSTOPS (If you are using a Number list then 1 Full stop)
    ITALIC up to 1 DIgit

    in reply to: Data Merge #98076
    Graham Park
    Member

    Use Number List

    Start with a one page document
    On your Master Page create a grid of 25 text boxes and align text as required for the number to sit where yo want them, link all the text boxes.
    Create a PARAGRAPH STYLE for the numbers, set NUMBER AND BULLETS options so the number appear as you want them, then add space after like 100mm to make sure there is only one number in each box, if there are two or more add extra space after in the style

    Go to page 1
    Click in the first text box
    Apply the PARAGRAPH STYLE you created above.
    Now just add carriage returns and the numbers keep going until you have one full pages then select all the text and paste 7 times and you will have your list and correct number of pages.

    in reply to: Grep duplicate-select first instance #98073
    Graham Park
    Member

    Don’t have an elegant solution for you but this will work, it will remove the second number following the month, tab, number. But it will not remove punctuation following the second date.
    There is no real rule to find the months without finding text in other places, so they need to be explicitly defined.

    GREP Find and replace
    FIND
    ((January|February|March|April|May|June|July|August|September|October|November|December)\d+)(\d+)

    REPLACE
    $1

    How it works is to find two groups and then only add back the first item found.

    in reply to: Use document name without extension and a grep question #98071
    Graham Park
    Member

    This adds some more punctuation options to the GREP
    This GREP is a Positive Lookahead

    (?=implant[|\[||s|\:\.\,])i

    For punctuation add each with a BAR separator and a leading \ otherwise they will not been seen as a character
    For additional punctuation add them as follows

    eg |\{

    in reply to: Use document name without extension and a grep question #98066
    Graham Park
    Member

    Sorry I stuffed that up.

    This one will work better and will get most instances.
    If you have punctuation other than comma or fullstop this will not work.
    Other punctuation would have to be added after a BAR separator.

    (?=implant[|s|]\.|\,)i

    in reply to: Use document name without extension and a grep question #98045
    Graham Park
    Member

    Set up as a GREP in the Paragraph Style, this way as you type the formatting will be added,no chance of missing any of them.

    Make a Character Stye for case ALL CAPITAL

    Set the GREP
    Apply Style CAPS
    (?=implant)i

    in reply to: Ruler Guides on Master Pages #98041
    Graham Park
    Member

    OK this is easy.

    With your document open go to FILE > DOCUMENT SETUP and enter the bleed setting you want there. This will create the guides you want.
    The guides will show in Red in the normal view.

    Got to VIEW > SCREEN MODE and you can set Normal, Bleed etc, try them and see which you like.

    You can also set this in the NEW DOCUMENT dialogue box (scroll down) and you will see it.
    This also sets the default bleed for exporting to PDF.

    in reply to: Ruler Guides on Master Pages #98036
    Graham Park
    Member

    Yes they do, place a guide on a master page that is applied to the page in the document.

    Can you drag guides onto the page you are having problems with? Does this happen wiht all documents or only one?
    If it is only one then it might be corrupt.
    To fix that corruption save the file as an IDML file and then reopen, If this solves the problem you have a corrupt document.

    If you want to reset the preferences read this link you can save a copy of your shortcuts and then replace them after you reset preferences.
    https://helpx.adobe.com/indesign/using/customize-menus-keyboard-shortcuts.html

    in reply to: Ruler Guides on Master Pages #98034
    Graham Park
    Member

    I leave this one to someone else, I have not have this issue.
    Before you reset the preferences read the Adobe help page.

    https://helpx.adobe.com/indesign/using/setting-preferences.html

    in reply to: Ruler Guides on Master Pages #98032
    Graham Park
    Member

    Barry
    Right click on a layer in the the Layers Pallet (Window > Layers), if you only have one layer it is probably call Layer 1.

    If that is not the problem check in your
    Preferences
    go to Guides & Pasteboard tab
    check in the Guide Options
    is the GUIDES IN BACK checked. If it is the guides might be hiding behind elements on your page.

    If that does not fix it it is probably time to reset your preferences on the Mac hold Shift+Option+Command+Control and start InDesign, say yes when asked if you want to reset preferences.

    in reply to: Ruler Guides on Master Pages #98030
    Graham Park
    Member

    In the layers option have you unchecked the SHOW GUIDE tick box?

    in reply to: Flippable Annual Report Setup #98026
    Graham Park
    Member

    George
    That is basically the numbering method I was suggesting, I like Frame Breaks as it ensure you don’t end up with two page numbers on one page.

    But you have missed that David wants one InDesign document that numbers from the front and back and the you ‘flip’ over so it have two fronts, one in English and one in French. Hence my rather convoluted rotation of elements and spreads so when editing the document the pages are the right way up but when it is printed half the document will be upside down which is how the flip works (eg all those Aldi catalogues that have two fronts)

    in reply to: TOC advanced setup – NEWBIE NEEDS HELP!! #98020
    Graham Park
    Member

    Putting a second copy of the text hidden on the page is a lot to manage manually and prone to errors and oversights.
    Also if you are doing all the work you might as well do a manual TOC.
    But if you want to do this then you can make the text visible in a text box that just extends onto the page and most of the text is on the pasteboard, this way you can see the text bit it will not print with the document but is still part of the page the TOC will pick it up.

    Better to create the TOC from the headers on the pages and then process the result into the format required with a GREP Find/Replace.

Viewing 15 posts - 196 through 210 (of 231 total)