Back

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

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 91 total)
  • Author
    Posts
  • in reply to: Page variable … Left and Right page headers #101205

    Yes, you can place an InDesign document, it behaves just like a multipage PDF.
    So you can place each page into a non facing pages document maintaining all the original elements on the pages.

    in reply to: Page variable … Left and Right page headers #101203

    I suggest you to save the facing pages document and place it into a non facing pages one.
    It’s the easy way to achieve your goal without having to manually assign different master pages to ex even and ex odd pages.

    in reply to: Page variable … Left and Right page headers #101201

    Hi Rich, you made it right with facing pages… if you can change the printer!
    I have no idea of what kind of printer requirement request a non facing pages document.

    in reply to: Stroke Style on text CC 2018 #101144

    Hi Linus,
    I have several InDesign versions installed on my Mac, no one of that can apply stroke styles to live text.

    Do you remember which version could do this?

    in reply to: Object attributes #100955

    Niklas, to change the default settings of any new object you change the settings without any object selected

    Regards

    in reply to: Object attributes #100953

    You might have applied the settings without any object selected so that InDesign uses those settings for any new object.

    You can apply a character style to the first 2 lines and then change the character style using nested style by lines, inside the paragraph style options.

    in reply to: SM superscript #100932

    Hi Randy, you can open all the documents and use the search and replace to apply the superscript to SM in all documents in a single step.
    To have access to the formatting options in search and replace you have to click the more options button.

    in reply to: GREP Apply strikethrough to Prices only #100910

    Of course you can!

    ? and * are relative to the preceding character

    \.? means literal period 0 or 1 time (either case GREP find the match)
    (\d+)*, or better \d* means figure 0 or multiple times

    in reply to: GREP Apply strikethrough to Prices only #100907

    Hi Glen, this seems to works fine:
    (?<=PM )£\d+\.?(\d+)*

    (?<=PM ) without square brackets
    £\d+\.?(\d+)* this apply the format to the prices

    Let try it

    in reply to: Auto Size text boxes #100894

    Hi Brenda, I don’t think that you can set a keyboard shortcut for that, I suggest to evaluate a search and replace with objects to apply what you need to. You can execute the search and replace to all the open documents.

    Hope this helps

    in reply to: color labels and style ? #100891

    You can change the height of the underline to make it thicker, option + click on the underline icon, it’ll open the underline options

    in reply to: color labels and style ? #100889

    Hi Nicolas, you can use the underline options to create a kind of highlighter

    in reply to: complex folio difficulties #100870

    Hi Phil, if I where you I’ll try too create two separate master pages, one for the recto and one for the verso pages, so that your pages panel will be an alternate series of the two masters that will never link each other.

    If you want to follow the idea you’ve described, I suggest you to create the two separate documents without numbering and, as the final step, create a unique INDD document where you can place the two separate original documents and apply the numbering to the final document. Maybe a custom script can do this final step automatically.

    in reply to: Create Notes on the same page as the main text #100632

    Hi Year 1917, did you try with footnote? They have the purpose to remain in the same page of the reference, if the text is not too long.

Viewing 15 posts - 46 through 60 (of 91 total)