>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Wed, Sep 17, 2003 at 02:34:35PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> >>>>> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> >> writes: >> Juergen> LaTeXers usually recommend to use \centering inside floats to Juergen> avoid this problem: Juergen> http://www.tex.ac.uk/cgi-bin/texfaq2html?label=vertspacefloat >> Juergen> However, \begin{centering}...\end{centering} is basically the Juergen> same, but is better markup. >> I am all for the use of \begin{centering}...\end{centering}, >> except that we need to make sure that there is a \par break before >> the \end Andre> I was under the impression that Andre> \begin{centering}...\end{centering} added extra vertical Andre> space... No, it is \begin{center}...\end{center}. AFAIK, for any macro \foo, \begin{foo}...\end{foo} has the same effect as {\foo ... \endfoo} (if \endfoo exists) or {\foo ...} otherwise. This is just markup and grouping. JMarc