Hi,
I am using Sunil's thesis template which is great. I just have a question about how to left-justify the text of the document.
Does anyone know how to do this? Is it some code to do with flushed-left.
Kind regards
Melanie
Theses, Books, Title pages ⇒ change fully blocked theses style
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
change fully blocked theses style
Package ragged2e ist what you are looking for.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
change fully blocked theses style
You could load it this way, making the whole document just left justified:
Stefan
\usepackage[document]{ragged2e}
Stefan
LaTeX.org admin