When using many environments, such as "center", "itemize", "align" etc. 1 empty line appears infront and and one after the environment in order to separate it from the rest of the document. What I would like to do is to avoid these empty lines. Here's my example:
Code: Select all
\Heading{I. Ineffizienz und Negative Externalitäten\pause}
Zwei Agenten: $A$, $B$\pause\\
Zwei Güter: “Rauchenâ€, “Geldâ€\pause
\bxi
\item $A$ ist Raucher; $B$ Nichtraucher.\pause
\item Passives Rauchen ist fur $B$ ein Übel.\pause
\exi
Rauchen ist ein rein öffentliches Gut (etwa weil sich $A$ und $B$ ein Buro teilen).
I am using the "foils" package in order to make a presentation and this is one slide of it. The problem here is, that the \pause command (which is necessary when I process the document with ppower4 later) inserts an empty line and in combination with the "itemize" environment (\bxi resp. \exi means \begin{itemize} resp. \end{itemize}) 2 instead of 1 empty line appear between the last item of the list and the last sentence of the slide. Is there a way to avoid this? Thank you!