Document Classes ⇒ 1.5 spaced + paragraph structure
-
- Posts: 72
- Joined: Thu Jan 15, 2009 3:16 pm
1.5 spaced + paragraph structure
Basically, I want 1.5 spaced lines, and non-indented paragraphs, but with a full line between paragraphs. (like how this post is typed!) This is the same formatting as the dutch artikel3 style.
I have tried something like,
\setlength{\parskip}{2ex}
\setlength{\parindent}{0pt}
But this messes up some of the document formatting like for the table
of contents. Is there an easy way for me to obtain this change in
paragraphing and indenting? I do want a rather easy fix and don't want
to spend a long time messing with the nitty-gritty formatting.
Thanks!
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
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
1.5 spaced + paragraph structure
welcome to the board!
I recommend to use the setspace package, the file setspace.sty contains its documentation.
Perhaps have look at the parskip package too.
Stefan