-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
issue about cross references #1340
Comments
taking 10m to help with triage, confirming this with MWE : Comparison of programming languages. []{label="proglangs"}
| Language | Typing | Garbage Collected | Evaluation | Created |
|----------|:---------------:|:-----------------:|------------|---------|
| Haskell | static, strong | yes | non-strict | 1990 |
| Lua | dynamic, strong | yes | strict | 1993 |
| C | static, weak | no | strict | 1972 |
autoref: \autoref{proglangs}
ref: \ref{proglangs} and building PDF with the docker command yields but the latex version works : Comparison of programming languages. \label{proglangs}
| Language | Typing | Garbage Collected | Evaluation | Created |
|----------|:---------------:|:-----------------:|------------|---------|
| Haskell | static, strong | yes | non-strict | 1990 |
| Lua | dynamic, strong | yes | strict | 1993 |
| C | static, weak | no | strict | 1972 |
autoref: \autoref{proglangs}
ref: \ref{proglangs} the intermediate LaTeX for the caption in the first case is \caption{Comparison of programming languages. {}}\tabularnewline and for the second case is \caption{Comparison of programming languages.
\label{proglangs}}\tabularnewline so i don't know exactly when the markdown gets latex'd but ya something not working. I thought that it might have been that we didn't have If i look at the JATS output, the references are at least correctly created by <p>autoref: <xref alt="Table 1" rid="proglangs">Table 1</xref> ref:
<xref alt="1" rid="proglangs">1</xref></p> so i think the problem maybe, might be that the lua code for handling references bails if the format is latex? but it also seems like the markdown span isn't being converted into the latex command in the initial pandoc translation stage before the lua filters are applied. with the big caveat that i don't know how to read lua ;) |
I use the following cross-references according to the docs of joss. But why dose it result in ???
The examples provided by the docs are not displayed in a right format also.
The text was updated successfully, but these errors were encountered: