Theses, Books, Title pageschange fully blocked theses style

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
Maks71
Posts: 6
Joined: Wed Aug 02, 2017 12:02 pm

change fully blocked theses style

Post by Maks71 »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

change fully blocked theses style

Post by Johannes_B »

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.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10329
Joined: Mon Mar 10, 2008 9:44 pm

change fully blocked theses style

Post by Stefan Kottwitz »

You could load it this way, making the whole document just left justified:

\usepackage[document]{ragged2e}

Stefan
LaTeX.org admin
Post Reply