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

Footnote Marker too large #128

Open mknote88 opened 3 years ago

mknote88 commented 3 years ago

I'm using v6.3.1 and I find that the footnote marker in a deluxetable, and the issue appears to be on line 1997 (line 1896 in v6.3):

\global\def\tablenotemark#1{{\normalfont\textsuperscript{\normalsize\it #1}}}

This forces the text to be normalsize, which is too large if I'm using a smaller size for the table. I implemented and suggest the following change to the line:

\global\def\tablenotemark#1{{\normalfont\textsuperscript{\currtabletypesize\it #1}}}

thus setting it equal to the size used in the rest of the table.