Am Freitag, 2. Februar 2007 21:05 schrieb Abdelrazak Younes: > Jürgen Spitzmüller wrote: > > Edwin Leuven wrote: > >> i prefer it centered too. but if i remember well there is the question of > >> whether to use \centering or \begin{center} ... \end{center} > > > > No, this is solved (we use \begin{centering} ... \end{centering}). > > I don't understand, what is solved?
Welcome to the wonderful world of LaTeX pitfalls (one reason why I use LyX despite I know LaTeX quite well). \begin{center} ... \end{center} produce too much vertical space in floating environments. Compare the output of centered figures in floats with captions of LyX 1.3 (which uses these commands) to that of 1.4 or 1.5. See corrected_env() in paragraph.C for the code. Georg