You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
thus setting it equal to the size used in the rest of the table.
The text was updated successfully, but these errors were encountered:
augustfly
added
bug
bug; something to be fixed in AASTeX
style
having to do with author's preferences about the appearance of the final compiled page
labels
Aug 2, 2023
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.
The text was updated successfully, but these errors were encountered: