Indesign CS tab + leader

Ask a Question related to Adobe Indesign Windows, Design and Development.

  1. #1

    Default Indesign CS tab + leader

    How to set so that a tab leader always has a minimum "gap"?

    I'm making "Yellow Pages" listings and the problem always occur that the [address] gets too close to the [number] before dropping down to next line (Manage ragged lines turn on)

    [Addresss].......[number] where the dots (...) is the tab leader

    PROBLEM:
    Chindwelley Co Ltd
    9-7 Hyde House, Park Royale 961 9984 (ADDRESS AND NUMBER TOO CLOSE)

    HOW IT SHOULD LOOK:
    Chindwelley Co Ltd
    9-7 Hyde House, Park
    Royale....................961 9984 (BREAKS BECAUSE RULE OF MINIMUM OF FOUR DOTS (....) REQUIRED)

    SAMPLE LISTING WITH MINIMUM SPACE BETWEEN ADDRESS AND NUMBER BEFORE LINE BREAKS:
    Chindwelley Co Ltd
    9-7 Hyder House, Parkway....961 9984
    Kim Gjemmestad Guest

  2. Similar Questions and Discussions

    1. indesign ME edition files on normal indesign (ME enabler plugin not found)
      I have edited a document in indesign Middle East edition. When i open the document in a normal indesign edition it gives an error that "ME enabler"...
    2. Leader characters with [shift] Tab
      Hi everyone... It appears that when I tab a line in InDesign CS, to force a tab all the way over to the right margin of a column, whatever...
    3. Differences in InDesign versions: INDESIGN CS 3.0 vs INDESIGNCSWIN 3.0
      Semantics. Just make sure you order the Windows version if you're on Windows. Bob
    4. Leader Tabs
      I've been waiting and waiting for Adobe to add leader tabs to Illustrator and now that they have actually done it, in AI CS, I can't get it to work...
    5. how do you get a leader to work and other questions.
      How do you get a loader to actually load the flash? and when ever i try to do my button links it adds a "S" in http:// example:...
  3. #2

    Default Re: Indesign CS tab + leader

    Why not start a new line instead of using a comma?
    Gabriel_Ayala@adobeforums.com Guest

  4. #3

    Default Re: Indesign CS tab + leader

    Every address is different, so we would not know when to break. Let me add that when we have ten 1000s of listings the objective is to 'squeeze' as much together as possible to save printing cost.

    However, we have done the following now on the sql database end to solve the problem, in an if statement function: (though I'm still interested in tips and tricks regarding the initial post)

    IF address char count <23 then put phone on same line as address (since we know it won't break) after a tab leader.

    IF address char count >23 then start phone number on new line (Tel....0000000)(and let adobe ragged line management balance the address lines)

    Regards,

    Kim
    Kim Gjemmestad Guest

  5. #4

    Default Re: Indesign CS tab + leader



    Let me add that when we have ten 1000s of listings the objective is to
    'squeeze' as much together as possible to save printing cost.




    I had that understanding from the beginning but it seemed like the only way.

    Every address is different, so we would not know when to break.




    I believe what you need is a Nested Style to work along with the tab leader style. You said if the char count is <23 you need it to break correct? If so, there has got to be a way to define that in a Nested Style.

    I have not tried playing around with the Nested Styles to see if I can replicate what you would like to do but it's definitely worth taking a look at.
    Gabriel_Ayala@adobeforums.com Guest

  6. #5

    Default Re: Indesign CS tab + leader

    Thanks for you inpt Gabriel. As much as we love nested styles (we use it a lot) we didn't quite manage to nest our way out of this problem, so to speak.

    We have tried this previously:
    - To add 5 static dots "....." at end of address line to force the apperance, but the kerning causes an inconsistent gap between the manual dots and the leading dots "..... ........." (could work IF one could set letter justification in characters style and nest it with a no break char style)
    - Before that we made a function in our database that inserted a tagged text soft return based on a criteria counting charters and words. But too inconsitent due to the nature of different addresses. IF one could insert soft return by distance in mm in combination with words it would work.

    our current function (see post 2) is ok, but not optimsed 100% to save lines/pages.

    Kim
    Kim Gjemmestad Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139