I'm typesetting an English text in an 18th century style (based on a 1725 edition of Alexander Pope's "Dunciad"). Is there a LaTeX package I can use to automatically add the correct space before (and after) punctuation? I need something similar to the spacing given for "french" in babel, but there doesn't seem to be an option to do this for "english", and the closest I can find in another package is ecclesiastic.sty, which does a similar thing for Latin.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
If you use a recent
|
|||||||||
|
|
You could make the
|
|||||||||
|

\frenchspacingdeclaration, which turns off the (ugly) default habit of adding extra spacing after fullstops. I'm not aware of other options. Is this what you're looking for? – Marc van Dongen Jul 25 '12 at 2:12