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
When starting a new project with the "paper" template, a project containing a single article with example content is generated.
If an arbitrary reference is added and cited in that document, it appears to work correctly in the web editor. On exporting to PDF however, the citation is broken, appearing as a single ? and with no reference list included in the document.
e.g.
After investigating, we found that removing the $\LaTeX$ word/math-macro from the document fixed this issue -- and citations/references then correctly appeared.
This can also be reproduced in any article containing the $\LaTeX$ math snippert and at least one reference. e.g.
produces:
The curvenote API translates this minimal content to latex as:
Testing this locally shows that this works using v0.8.6 of the curvenote cli -- this is ahead of the current version used on the build container and updating this may resolve the issue.
When starting a new project with the "paper" template, a project containing a single article with example content is generated.
If an arbitrary reference is added and cited in that document, it appears to work correctly in the web editor. On exporting to PDF however, the citation is broken, appearing as a single
?
and with no reference list included in the document.e.g.
After investigating, we found that removing the
$\LaTeX$
word/math-macro from the document fixed this issue -- and citations/references then correctly appeared.This can also be reproduced in any article containing the
$\LaTeX$
math snippert and at least one reference. e.g.produces:
The curvenote API translates this minimal content to latex as:
Which appears valid.
Build container logs show no latex errors.
The text was updated successfully, but these errors were encountered: