[eledmac] Re: \addtolength with reledpar |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eledmac Archives
]
I told you to don't use it direclty in a \pstart.
So don't do
\pstart
\vspace{lenght}
something
\pend
but
\pstart[\vspace{lenght}]
something
\pend
I think there is a mistake in my book, and I wanted to speak only about \vspace*, but I am not sure…
Le 12 janv. 2017 à 18:39, <wiewiorka2004-varia@xxxxxxxx> a écrit :
> But hadn't you told me not to use "vspace" ["you should not use any \vspace inside \pstart"]? Moreover I have read in your book, p. 209, 24.1, that vspace can result in some problems...
>
> Anyway, I will try it like you propose.
>
>
> El Jueves 12 de enero de 2017 18:29, Maïeul Rouquette <maieul@xxxxxxxxxx> escribió:
>
>
> 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
> > ...
> >
> >
> >
>
>