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
>
> HilaireThis is completely wrong, looks like LaTeX or something which you can't use. Try @tex \global\parskip=3em @end tex instead.
