AASJournals / AASTeX60

Version 6 of the LaTeX style files and documentation for authoring AAS Journal (AJ/ApJ) articles.
https://journals.aas.org/aastex-package-for-manuscript-preparation/
LaTeX Project Public License v1.3c
46 stars 26 forks source link

[style and discussion] deluxetable headers #95

Open adamamiller opened 5 years ago

adamamiller commented 5 years ago

I'm using AASTeX v6.3 and I've noticed that the spacing in the header and notes for deluxetable is extremely large (essentially everything is double spaced). As far as I can tell this is not the case for published papers, and I find the large spacing to be rough on the eyes. Is there a way to reduce this spacing in the future?

augustfly commented 5 years ago

Thanks, @adamamiller -- initial look makes us think is is some kind of bug, probably an inadvertent line stretch.

augustfly commented 5 years ago

I think this is a dup of #40 -- is that true @adamamiller ?

adamamiller commented 5 years ago

This is similar, but possibly not the same issue. Unlike #40 - the main gaps I am seeing are in between header rows (see attached). There does not appear to be a large gap above the first row in the header. Screen Shot 2019-11-05 at 3 38 30 PM

gregschwarz commented 5 years ago

I do not see this problem in the sample63.tex version of Table 1 which uses deluxetable.

Screen Shot 2019-11-05 at 4 38 13 PM

A visual example plus the source code to help diagnose a potential problem would be appreciated.

adamamiller commented 5 years ago

The white space in between header rows is (in both the screen shots above) very large. I am aware that final AAS manuscripts do not use aastex, but final, published tables do not have as much white space in between rows.

gregschwarz commented 5 years ago

Ok, thanks for the visual example and description of the issue.

adamamiller commented 5 years ago

Adding a larger screen shot that also shows the large spacing for table Screen Shot 2019-11-05 at 3 48 49 PM notes.

augustfly commented 4 years ago

Per discussions with other authors, a work around is something like:

\tablehead{
% end of first header row
... \colhead{last column, 1st row} \\[-0.4cm]
% next row of tablehead
\colhead{first column, 2nd row}
}

to artificially shrink the gap.