Re: Paragraph vertical space

2020-11-19 Thread Christopher Dimech

Fantastic.

 

 

-
Christopher Dimech
General Administrator - Naiad Informatics - GNU Project (Geocomputation)
- Geophysical Simulation
- Geological Subsurface Mapping
- Disaster Preparedness and Mitigation
- Natural Resource Exploration and Production
- Free Software Advocacy

 
 

Sent: Thursday, November 19, 2020 at 8:45 PM
From: "Hilaire Fernandes" 
To: "Christopher Dimech" , "Gavin Smith" 
Cc: "help-texinfo@gnu.org" 
Subject: Re: Paragraph vertical space



I wrote it too early in the document source tree. Fine now. Thanks!

Hilaire

--
GNU Dr. Geo
http://drgeo.eu
https://pouet.chapril.org/@hilaire








Re: Paragraph vertical space

2020-11-19 Thread Hilaire Fernandes

I wrote it too early in the document source tree. Fine now. Thanks!

Hilaire

--
GNU Dr. Geo
http://drgeo.eu
https://pouet.chapril.org/@hilaire



Re: Paragraph vertical space

2020-11-19 Thread Christopher Dimech
Works for me as well.

> Sent: Thursday, November 19, 2020 at 8:22 PM
> From: "Gavin Smith" 
> To: "Hilaire Fernandes" 
> Cc: "help-texinfo@gnu.org" 
> Subject: Re: Paragraph vertical space
>
> On Thu, Nov 19, 2020 at 08:19:55PM +0100, Hilaire Fernandes wrote:
> > Doesn't work either.
> > 
> > Le 19/11/2020 à 19:40, Gavin Smith a écrit :
> > > Try
> > > 
> > > @tex
> > > \global\parskip=3em
> > > @end tex
> > > 
> > > instead.
> 
> Works for me, we must be doing something differently.
> 
>



Re: Paragraph vertical space

2020-11-19 Thread Gavin Smith
On Thu, Nov 19, 2020 at 08:19:55PM +0100, Hilaire Fernandes wrote:
> Doesn't work either.
> 
> Le 19/11/2020 à 19:40, Gavin Smith a écrit :
> > Try
> > 
> > @tex
> > \global\parskip=3em
> > @end tex
> > 
> > instead.

Works for me, we must be doing something differently.



Re: Paragraph vertical space

2020-11-19 Thread Hilaire Fernandes

Doesn't work either.

Le 19/11/2020 à 19:40, Gavin Smith a écrit :

Try

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

instead.


--
GNU Dr. Geo
http://drgeo.eu
https://pouet.chapril.org/@hilaire



Re: Paragraph vertical space

2020-11-19 Thread Gavin Smith
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.




Re: Paragraph vertical space

2020-11-19 Thread Christopher Dimech
You can use

@vskip 3mm

-
Christopher Dimech
General Administrator - Naiad Informatics - GNU Project (Geocomputation)
- Geophysical Simulation
- Geological Subsurface Mapping
- Disaster Preparedness and Mitigation
- Natural Resource Exploration and Production
- Free Software Advocacy


> Sent: Thursday, November 19, 2020 at 7:23 PM
> From: "Hilaire Fernandes" 
> To: "help-texinfo@gnu.org" 
> Subject: Paragraph vertical space
>
> 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
>
> --
> GNU Dr. Geo
> http://drgeo.eu
> https://pouet.chapril.org/@hilaire
>
>
>



Paragraph vertical space

2020-11-19 Thread Hilaire Fernandes

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

--
GNU Dr. Geo
http://drgeo.eu
https://pouet.chapril.org/@hilaire