Sebastien Vauban writes: > Hi Nick, > > Nick Dokos wrote: >> Nick Dokos <nicholas.do...@hp.com> wrote: >>> >>> I think I read the whole thread but I'm still not clear on why >>> the change is needed. What goes awry with the environment instead >>> of the declaration? >> >> Never mind - I didn't read the whole thread. > > To summarize: > > - \begin{center}...\end{center} adds (undesired) vertical space > - replacing by {\centering...\par} is the solution against that.
Or just \centering when contained in a figure or table environment block so making the {...\par} unecessary. Myles