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!
Hi Scott,
See the IMG please to understand me more:
Each textframe has the "#" hidden character on the very end. I want to put there a paragraph to the very end of each textframe I selected. I imagined something like this:
I am merging multiple textframes, copy them and put the text to the different indd document. But if there is not a paragraph on the end of the textframes which I am merging, all the text joins together and I have to put paragraphs manually there afterwards. {I am merging 4 textframes into one, so i have to put there at least 3 paragraphs. I have 350 items, which means about thousand paragraphs together to be put manually.}
Runnig ID CS6.
Thank you!
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
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.
North America
Europe, Middle East and Africa
Asia Pacific