View Single Post
 
Old 02-22-2024, 08:17 PM
Guessed's Avatar
Guessed Guessed is offline Windows 10 Office 2016
Expert
 
Join Date: Mar 2010
Location: Canberra/Melbourne Australia
Posts: 4,176
Guessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant futureGuessed has a brilliant future
Default

The alignment of the content is easily fixed by applying your preferred style to the content and removing local paragraph formatting by selecting it and pressing Ctrl-Q

Based on what you are showing you would also want to remove some of the extra paragraph marks. For instance, I would use find replace with wildcards on to
find: "^13([a-z])"
replace " \1" Note there is a space in front of the \1

You will have special cases as shown in your sample where THE ACCUSED is the same paragraph as the following line and it shouldn't be.

Also the Ayers Rock should be part of the same paragraph (a find replace process could fix cases like this)
__________________
Andrew Lockton
Chrysalis Design, Melbourne Australia
Reply With Quote