Re: pause.sty and vertical spacing

Marc van Dongen <[email protected]> Tue, 28 Oct 2003 16:50:04 +0000
Newsgroups gmane.comp.tex.ppower4
Message-ID <[email protected]>
Klaus Guntermann (guntermann=jNDFPZUTrfRmTlJ5tp4iNa5Fl2EJEGXphC4ANOJQIlc@public.gmane.org) wrote:

: In such cases the sequence
: \leavevmode\pause
: may help though, if you cannot put the \pause at the end of the
: previous section, e.g. because that was verbatim material.

That worked and was useful.

For lecture presentations I have an environment that puts lines
at the start and end.

--------------------------------------
$ echo Helo world
Hello word
$
--------------------------------------

 Before I could never do the following:
Have a pause immediately after the script (because of bad vertical
alignment). This is why I had to resort to putting the \pause inside
the environment for the script but that way the line at the end of
the script wouldn't be printed. Now it works. Great....

Regards,


Marc