Text Formatting ⇒ Paragraph Lines all Flush
-
- Posts: 7
- Joined: Thu Dec 20, 2012 7:34 am
Paragraph Lines all Flush
Over the holidays I decided to learn Latex.
I found a tutorial for MLA, as I am an English major, from http://jackson13.info/mla13/Documentation.pdf.
I followed the tutorial and made a sample paper. When I export it to PDF, however, all the lines are perfectly straight, whereas the lengths are uneven in Word.
Is this normal or what is the issue?
Thanks!
- Attachments
-
- Word Paper.pdf
- (4.04 KiB) Downloaded 276 times
-
- Paper.pdf
- (24.44 KiB) Downloaded 259 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Paragraph Lines all Flush
what you are describing is called justification http://en.wikipedia.org/wiki/Justificat ... setting%29.
The Word paper you are showing is ragged right. You can alter from justified to ragged right in your LaTeX-Document, but it is not recommended for long texts.
As a starter you could read the introduction by Nicola Talbot. http://www.dickimaw-books.com/latex/novices/
Merry Christmas
Paragraph Lines all Flush
Welcome to the LaTeX community!
We have a list of resources. I'm sure you'll find some interesting and enlightening information there.
Best regards
-
- Posts: 7
- Joined: Thu Dec 20, 2012 7:34 am
Re: Paragraph Lines all Flush
It helped a lot and I was able to search how to change the justification!
Thank you!