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
Hi, I am preparing a paper for submission and I am trying to figure out how to reference tables in JOSS papers. I could not find any info in the docs and I thought here would be a good place to ask. What I do for now is the following:
![Table 1.\label{tab:formula}]
Which I reference with \autoref{tab:formula}
But What I get is this "item" listing. The hyperlinking seems to work though.
Check out the fruits we have (\autoref{tbl:fruits}).
| fruit | count |
|--------|-------|
| apple | 2 |
| banana | 3 |
Table: Fruits fruits fruits! \label{tbl:fruits}
Hi, I am preparing a paper for submission and I am trying to figure out how to reference tables in JOSS papers. I could not find any info in the docs and I thought here would be a good place to ask. What I do for now is the following:
Which I reference with
\autoref{tab:formula}
But What I get is this "item" listing. The hyperlinking seems to work though.
For reference, the example is here: https://github.com/pedersen-fisheries-lab/sspm-paper/blob/main/paper.pdf
The text was updated successfully, but these errors were encountered: