help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Paragraph vertical space


From: Gavin Smith
Subject: Re: Paragraph vertical space
Date: Thu, 19 Nov 2020 18:40:15 +0000
User-agent: Mutt/1.9.4 (2018-02-28)

On Thu, Nov 19, 2020 at 07:23:51PM +0100, Hilaire Fernandes wrote:
> Hi,
> 
> In the PDF output, I want to augment the minimum vertical space between
> paragraph.
> 
> I tried without success this naive approach:
> 
> @tex
> \usepackage{parskip}
> \setlength{\parskip}{3em}
> @end tex
> 
> Hilaire

This is completely wrong, looks like LaTeX or something which you can't
use.

Try

@tex
\global\parskip=3em
@end tex

instead.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]