Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Footnote Marker too large #128

Open
mknote88 opened this issue Mar 12, 2021 · 0 comments
Open

Footnote Marker too large #128

mknote88 opened this issue Mar 12, 2021 · 0 comments
Labels
bug bug; something to be fixed in AASTeX style having to do with author's preferences about the appearance of the final compiled page

Comments

@mknote88
Copy link

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.

@augustfly 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bug; something to be fixed in AASTeX style having to do with author's preferences about the appearance of the final compiled page
Projects
None yet
Development

No branches or pull requests

2 participants