Quote:
Originally Posted by HarryT
Some more lines I'd recommend adding:
In the "Before" file:
Change "Mr." to "Mruni(182)"
Change "Mrs." to Mrsuni(182)"
Change "Dr." to "Druni(182)"
Change "St." to "Stuni(182)
all of these "case sensitive".
Then, in the "After" file:
Change "uni(182)" to "."
These lines prevent BD from interpreting "Mr.", etc, as the end of a sentence, and breaking the line there.
|
I found that doesn't work. Dr. to Dr(uni182) and then uni(182) to . ends up with Dr(uni182).
Also, fixing for St. does not work well. There are words that end in st so if you have rest. you get reSt.
I have Dr. converted to DDDDD and then DDDDD back to Dr.
I tried putting in a space in front of St. and it was removed.