Page LayoutProblem to get double Line Spacing working

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
XellVas
Posts: 1
Joined: Fri Mar 30, 2012 6:44 pm

Problem to get double Line Spacing working

Post by XellVas »

Hello everyone!

I am now trying to write paper to PRB in TeXShop and to make it easier to read I want to have a double space in between lines.

I tried several schemes like these:

Code: Select all

\usepackage{setspace}
\setstretch{2}

Code: Select all

\usepackage{setspace}
\doublespacing
but nothing worked.

What am I doing wrong?
Last edited by localghost on Sat Mar 31, 2012 3:24 pm, edited 2 times in total.

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Problem to get double Line Spacing working

Post by localghost »

Please prepare a minimal example to make the problem comprehensible.


Best regards and welcome to the board
Thorsten
gwydion
Posts: 12
Joined: Thu Feb 09, 2012 1:50 pm

Re: Problem to get double Line Spacing working

Post by gwydion »

Well, I also use setspace package and it works pretty smooth with me. As the moderator pointed out, a working example is needed so one can see where is the problem.

G.
Post Reply