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

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

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