Document Classes1.5 spaced + paragraph structure

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
theo moore
Posts: 72
Joined: Thu Jan 15, 2009 3:16 pm

1.5 spaced + paragraph structure

Post by theo moore »

My department offers a standard cls file for writeups, but unfortunately the current format is rather difficult to read. It uses the standard report class as a basis, with only small modifications.

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!

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

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

1.5 spaced + paragraph structure

Post by Stefan Kottwitz »

Hi Theo,

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
LaTeX.org admin
Post Reply