Re: Vertical spacing in algorithm2e seems very uneven
- From: Enrico Gregorio <gregorio@xxxxxxxxxxxxx>
- Date: Tue, 30 Sep 2008 14:46:00 +0200
snnopy67 <snoopy.67.z@xxxxxxxxxxxxxx> wrote:
You've tampered with \parskip, it seems. Don't.
Thanks a lot for your quick answer!
You are right in that the class file I have to use seems to redefine
\parskip in various places.
(The class file is egpubl.cls from Eurographics.)
So, what can I do?
I think I can't change the class file ...
Best regards,
Gabriel.
After loading that class I don't get any uneven space, please
send a minimal example, if the following doesn't work.
Try defining a personalized environment where you set a zero \parskip:
\newenvironment{myalgorithm}
{\setlength{\parskip}{0pt}\begin{algorithm}}
{\end{algorithm}}
There's no need to undo the assignment, since it is in a group.
Ciao
Enrico
.
- Follow-Ups:
- Re: Vertical spacing in algorithm2e seems very uneven
- From: snnopy67
- Re: Vertical spacing in algorithm2e seems very uneven
- References:
- Vertical spacing in algorithm2e seems very uneven
- From: snnopy67
- Re: Vertical spacing in algorithm2e seems very uneven
- From: Enrico Gregorio
- Re: Vertical spacing in algorithm2e seems very uneven
- From: snnopy67
- Vertical spacing in algorithm2e seems very uneven
- Prev by Date: Re: Vertical spacing in algorithm2e seems very uneven
- Next by Date: CTAN update: V1.13 update to IEEEtran BibTeX style.
- Previous by thread: Re: Vertical spacing in algorithm2e seems very uneven
- Next by thread: Re: Vertical spacing in algorithm2e seems very uneven
- Index(es):
Relevant Pages
|