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
but for some reason when I execute it, I get the following warning:
[WARNING] Citeproc: citation fig:fig1 not found
This suggests that pandoc-xnos is ignoring the figure references, even though I've specified my figures appropriately in the markdown file:
Do you have any ideas as to what's going on? I should note that I tried putting the in-text reference to the figure in curly braces and the same warning came up.
The text was updated successfully, but these errors were encountered:
Have you tried making sure that pandoc-fignos got properly installed by running pandoc-fignos --version? I am having a similar issue but with equations and tables. When I check that pandoc-xnos is installed by running pandoc-xnos --version everything looks good as it returns pandoc-xnos 2.4.0. The same is true for pandoc-fignos --version which returns pandoc-fignos 2.4.0.
When I try to check that pandoc-tablenos and pandoc-eqnos individually were installed they both return:
zsh: command not found: pandoc-tablenos
zsh: command not found: pandoc-eqnos
I am not having issues with figure labels but when trying to include table and equation labels I have the bad labels get picked up by --citeproc as it looks they are not getting defined by tablenos or eqnos. Haven't figured out a solution yet as running pip install again, adding the directories they get installed to, adn restarting terminal does not work.
I'm trying to convert a .md file (thesis chapter with references) into a .pdf using pandoc and pandoc-xnos. My makefile contains the following:
but for some reason when I execute it, I get the following warning:
This suggests that pandoc-xnos is ignoring the figure references, even though I've specified my figures appropriately in the markdown file:
Do you have any ideas as to what's going on? I should note that I tried putting the in-text reference to the figure in curly braces and the same warning came up.
The text was updated successfully, but these errors were encountered: