Text Formattingsetspace | Default Spacing and bigger Line Spacing

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Luigi-kun13
Posts: 2
Joined: Tue Mar 13, 2012 9:11 pm

setspace | Default Spacing and bigger Line Spacing

Post by Luigi-kun13 »

I also have a question on the setspace package! What is the default line spacing and how do I adjust it to 1.5 like the \linespread{1.3} would do?


Kind regards,
Luigi

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

setspace | Default Spacing and bigger Line Spacing

Post by localghost »

Of course default line spacing is single spacing. If you want 1.5 line spacing, do as the setspace manual suggests.

Code: Select all

\usepackage[onehalfspacing]{setspace}
Details can be found in the package manual.


Best regards and welcome to the board
Thorsten
Post Reply