for technical and historical reasons, reledpar/reledmac don'ut use the standard \parskip mechanism to determine the space between \pstart…\pend.
- If you want to modify globally the space between \pstart…\pend, use \AtEveryPend{\vspace{your skip}}
- If you want to modity it for a local, add you \vspace{xxx} as optional argument of \pend.
Le 12 janv. 2017 à 18:24, <
wiewiorka2004-varia@xxxxxxxx> a écrit :
> I know that \addtolength{parskip}{0.50cm} -for example- would be the recommended way to modificate space between paragraphs. When these paragraphs are inside \pstart...\pend, where must we add this command? I have tried either before or after the command \pstart but without success -so I don't see how to change the skip between paragraphs in this situation-:
>
> \pstart
>
> \addtolength\parskip{0.50cm}
> \noindent\textbf{Bla, bla, bla}
> \addtolength\parskip{0.25cm}
> \pend
> \pstart
> Bla, bla, bla...
> \pend
> ...
>
>
>