Skip navigation
Currently Being Moderated

Find / Change > Replace "End of story" by Paragraph

Aug 17, 2012 5:39 PM

Hi tehre,

 

I tried unsuccessfully to find out how to manage to put a paragraph to the end of story to the multiple textframes automatically. There must be some way! Am I right?

 

Thank you!

 
Replies
  • Currently Being Moderated
    Aug 17, 2012 6:51 PM   in reply to ChristianAaltonen

    Can you explain a bit further? I do not understand what you are trying to do. Also, ALWAYS tell us your version of InDesign. Different versions have different features. Without knowing your version we can’t know what solution will work.

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 18, 2012 5:27 AM   in reply to ChristianAaltonen

    End of story cannot be "replaced" in the sense that every story must have a start and an end. It sound to me as if youare trying to thread separate stories into one and you don't want the last paragraph of one story merging with the next paragraph of the next.

     

    the following GREP expression should insert a paragraph break aftet the last character at the end of a story, You can run it in Find/Change before threading:

     

    Find: .\z

     

    Change: $0\r

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 18, 2012 5:28 AM   in reply to Peter Spier

    Ah, simultaneous posting. I see my intuition was correct.

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 18, 2012 6:39 AM   in reply to ChristianAaltonen

    It occurs to me that you could refine this to only add a parqagraph break at the end when one isn't there already by searching for [^\r}\z

     

    While the first expression seems not to find existing paragraph breaks so it doesn't double them, it also ignores forced line breaks (and presumably other breaks). I don't know why you would have a situation where you'd have some sort of break other than a paragraph break at the end of a story, but the new expression will protext the formatting of the the first paragraph in the next story if the first one ends in a forced line break.

     
    |
    Mark as:
  • Currently Being Moderated
    Aug 18, 2012 6:40 AM   in reply to Peter Spier

    Sorry, as usual I mis-typed that should have been [^\r]\z

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points