Provide triple line spacing between paragraphs

741 views
Skip to first unread message

dhrubajyoti mukherjee

unread,
Mar 18, 2010, 2:05:32 AM3/18/10
to latexus...@googlegroups.com
Dear all,

I need to provide triple line spacing between paragraphs throughout a document. For this purpose, I am using \setlength{\parskip}{3ex} command. I want to ensure if this is the right syntax.

Please give your opinion in this regard.

With warm regards,
Dhruba

--
Dhrubajyoti Mukherjee
MS Research Scholar,
Structural Engg. Division,
Civil Engg. Department,
IIT Madras,Chennai.

jon

unread,
Mar 18, 2010, 3:33:18 AM3/18/10
to LaTeX Users Group
On Mar 18, 2:05 am, dhrubajyoti mukherjee

<dhrubajyoti.mukher...@gmail.com> wrote:
> I need to provide triple line spacing between paragraphs throughout a
> document. For this purpose, I am using \setlength{\parskip}{3ex} command. I
> want to ensure if this is the right syntax.

sure, the syntax is fine, but that's not really 'triple line spacing
between paragraphs'. triple line spacing (which is a very big space
relative to the text) could be achieved with:

\setlength{\parskip}{3\baselineskip}

cheers,
jon.

Donald Arseneau

unread,
Mar 18, 2010, 6:10:34 PM3/18/10
to LaTeX Users Group
On Mar 18, 12:33 am, jon <jonwrobin...@gmail.com> wrote:
> On Mar 18, 2:05 am, dhrubajyoti mukherjee
> > \setlength{\parskip}{3ex} command. I
>
> triple line spacing (which is a very big space
> relative to the text) could be achieved with:
>
> \setlength{\parskip}{3\baselineskip}

No. No.

1) you would still have the regular baseline skip in addition
to parskip, so that "3" implies quadruple spacing. You meant
\setlength{\parskip}{2\baselineskip}

2) The multiplier for "double" and "triple" spacing isn't
mecessarily arithmetic, but depends on the appearance of the
font. For Computer Modern with its small "x" height (or
bloated capitals) "double" spacing is best done with
\baselineskip=1.66\normalbaselineskip
So by that measure, for computer modern, "triple" space
between paragraphs would be 2.33\normalbaselineskip, so
\setlength{\parskip}{1.33\baselineskip}

bonus 3) There are lots of little parts of the document
that are "paragraphs" to TeX where you may not want the
big \parskip. It is probably best to use the parskip package
so the extra space is inserted only where desired.

Donald Arseneau

Peter Flynn

unread,
Mar 19, 2010, 6:09:55 AM3/19/10
to latexus...@googlegroups.com

Or use the setspace package (which provides single, one-and-a-half, and double spacing), and add

\newcommand{\triplespacing}{\setstretch {2}}

(adjust the value for your point size).

///Peter

dhrubajyoti mukherjee

unread,
Mar 19, 2010, 6:36:13 AM3/19/10
to latexus...@googlegroups.com
Thanks all for the input. It really helped.

Cheers,
Dhruba
Reply all
Reply to author
Forward
0 new messages