Open mknote88 opened 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.
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.