pandoc/latex doesn't contain `luacolor.sty`
mh4ckt3mh4ckt1c4s opened this issue · 2 comments
mh4ckt3mh4ckt1c4s commented
The use of luacolor.sty
was introduced in jgm/pandoc#8707 . However this file is not yet available in pandoc/latex
, which make using the container image with the latest template version impossible.
$ podman run --rm --volume "/home/mh4ck:/data" pandoc/latex:latest --template default.latex test.md -o test.pdf --pdf-engine lualatex
Error producing PDF.
! LaTeX Error: File `luacolor.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
! Emergency stop.
<read *>
l.41 \usepackage
tarleb commented
There is no image yet for pandoc 3.1.2 due to #198 (and various time constraints that have prevented us from working on this). So this will be fixed once we release the new image.
tarleb commented
Closing, because the real issue is the missing image for pandoc 3.1.2. All other images behave the way they are supposed to.