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

How to reference tables in JOSS papers #5

Open
VLucet opened this issue Apr 5, 2022 · 1 comment
Open

How to reference tables in JOSS papers #5

VLucet opened this issue Apr 5, 2022 · 1 comment

Comments

@VLucet
Copy link

VLucet commented Apr 5, 2022

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.

Screenshot from 2022-04-05 16-48-09

For reference, the example is here: https://github.com/pedersen-fisheries-lab/sspm-paper/blob/main/paper.pdf

@ManavalanG
Copy link

Here is the solution (thanks to @SeriousHorncat)

Text:

Check out the fruits we have (\autoref{tbl:fruits}).

| fruit  | count |
|--------|-------|
| apple  | 2     |
| banana | 3     |

Table: Fruits fruits fruits! \label{tbl:fruits}

After rendering:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants