Open mcnesium opened 1 year ago
With pandoc 2.19.2 within pandoc/latex image (476a9c7ce3ec) plus pip3 install pandoc-secnos in a Dockerfile, I am using this minimal example test.md:
pandoc/latex
476a9c7ce3ec
pip3 install pandoc-secnos
test.md
# Introduction Test +@sec:introduction) asdf.
When running pandoc --filter "pandoc-secnos" --output="paper.pdf" test.md I get this error:
pandoc --filter "pandoc-secnos" --output="paper.pdf" test.md
Error producing PDF. ! Package cleveref Error: cleveref must be loaded after hyperref!.
What can I do to fix this?
I also reported this here because I don't know what is causing it.
With pandoc 2.19.2 within
pandoc/latex
image (476a9c7ce3ec
) pluspip3 install pandoc-secnos
in a Dockerfile, I am using this minimal exampletest.md
:When running
pandoc --filter "pandoc-secnos" --output="paper.pdf" test.md
I get this error:What can I do to fix this?
I also reported this here because I don't know what is causing it.