Getting line breaks between words

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

  1. #1

    Default Getting line breaks between words

    Is there a way to have InDesign wrap to a new line between words? Here's why ...

    I'm working on a VDP (Variable Data Printing) project of an eye chart that will include information from a database using XMPie. To get the effect I'm looking for the lines to break between words. To give you a visual idea of what I'm trying to do, here is a preview:

    <http://printing.boisestate.edu/eyechart.html>

    The one on the right (Spaced Version) looks the way I want, but I can only get it to work by putting a space between each and every letter and triple spaces between words. Now, if I was doing just one, that would be fine, but since this is VDP project and there will be hundreds printed and each with different text, it makes things a bit more interesting.
    Shalom Pennington Guest

  2. Similar Questions and Discussions

    1. PHP deletes .swf line breaks
      Hi all - I have a designed a Flash based interface to send email via PHP. I capture the variables in Flash using: var my_lv:LoadVars=new...
    2. cfmail line breaks
      I'm sending text only email via cfmail. I don't seem to have much control over line breaks. Code is: <cfmail ....> (type not specified) Name:...
    3. vi, adding words to the beginning of each line
      in vi-ing a file, i have a list of lines and they have different alphabets when they begin a new line. now i wanted to add this "more" to the...
    4. Line Breaks (DB APP)
      What server model are you using? ASP? PHP? CF? -- Dave ----------------------------------------------------------------- If I were half as...
    5. How to insert line breaks using SQL
      I would try using a true CR+LF pair, e.g. CHAR(13)+CHAR(10) -- Aaron Bertrand, SQL Server MVP http://www.aspfaq.com/ Please reply in the...
  3. #2

    Default Re: Getting line breaks between words

    - replace every space by non-breaking spaces (^s)
    - create a character style for each size you need
    - create a nested style that applies the character styles consecutively at each forced linebreak (^n)
    - apply forced justify to the text
    - enter shift return where you want the lines to break

    I am no expert in XMPie but most of this should be automatic after the initial setup. Worst case is that you need placeholders for ^s and ^n in the text processed by xmpie followed by two search/replace.
    Gerald_Singelmann@adobeforums.com 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