\tablefootmark \tablefoottext aa.cls
- Dominant language
- No language data
- Stars
- 42
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
### Description
For `aa.cls`, the` \tablefootmark{a}` inside a table shows what in the table is referenced, when writing inside the `\tablefoot` the item `\tablefoottext{a}{....}`. The `\tablefootmark` should be displayed inside the table (in my case, in the column headers), and the `\tablefoottext` preferentially below (see PDF version).The html version shows the contents of the `\tablefootmarks` doubled on the right of the table, and then the arguments of \tablefoottexts then to the right, the first arguments again doubled.
### (Optional:) Please add any files, screenshots, or other information here.
```
\documentclass{aa}
\begin{document}
\begin{table}[]
\centering
\caption{Caption}
\begin{tabular}{c|c}
\hline\hline
1\tablefootmark{a} & 2\tablefootmark{b} \\\hline
\end{tabular}
\tablefoot{%
\tablefoottext{a}{foo}\quad
\tablefoottext{b}{bar}
}
\end{table}
\end{document}
```
[aa.cls](https://www.aanda.org/doc_journal/instructions/macro/aa/macro-latex-aa.zip)
### (Required) What is this issue most closely related to? Select one.
Other
### Internal issue ID
d6727a69-4a69-4604-9c5f-396a3e8adaa4
### Paper URL
https://arxiv.org/html/2512.11160v3
### Browser
Chrome/142.0.0.0
### Device Type
Desktop
Contributor guide
Research direction
Start with the linked aa.cls archive and the minimal LaTeX example, then compare its PDF with the HTML rendering at the linked paper URL. Trace how tablefootmark and tablefoottext are represented in the HTML; done means each marker appears once in the table and each footnote appears once below it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, latex
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100