Theses, Books, Title pagesChange Line Spacing

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Change Line Spacing

Post by templateuser »

I know that is a simple question but I haven't been able to find the solution.

By default the line spacing is too large for me, I would like to have a "normal" spacing.

If I try to change on Thesis.ctl \onehalfspacing to \singlespace the document maintains the same spacing.
Nothing seems to change also if I put \linespread{1}.

Which is the correct way for changing the line spacing?

seitam

Recommended reading 2024:

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

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

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Change Line Spacing

Post by Vel »

Hey,

The template already sets the line spacing with the \setstretch commands like so:

\setstretch{1.3}

Simply search for that command in main.tex and you'll see that it's changing the spacing for the different sections of the thesis. The one right after the DEDICATION block is the one that's setting the spacing for your thesis content.

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply