Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 5
    You should definitely activate ragged margins on the right. It would be nearly impossible to create justified block text using a typewriter: it would require you to plan ahead the exact number of characters until the end of of the line and add random spaces between words to make it fit. Not very likely. Commented Feb 5, 2013 at 16:07
  • 1
    But \raggedright prevent hyphenation, that was usual using typewriters. Because this, the result is a right margin even worse than in texts made really with a typewriter. Instead, setting to 0em the lines 15 to 18 allow hyphenation without right justification and without extra spaces, giving a nicer right margin, but enough irregular to simulate carriage returns made by humans. Commented Apr 23, 2014 at 18:03