Hi, I am using the longtable instructions on in the Embedded Ojbects doc. The only problem I am having is that the caption for the longtable is coming out double space rather than single. I know this is probably due to the fact that caption is put in as a hack into the first row of the longtable and it must be inheriting the formating from the main document (which is double space). I tried to surround the text inside the caption with a \begin{singlespace) and \end{singlespace}. But this causes two weird behaviors: 1.) There is a line break (which I don't want) after the table number before the rest of caption text, i.e. it reads like: Table 2-1. This the table tile.xxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
2. ) There is double space between the end of the caption and the start of the actual table. I would also like this to be single space. Thank you in advance. Adrian