pandoc / dockerfiles

Dockerfiles for various pandoc images
GNU General Public License v2.0
364 stars 98 forks source link

pandoc/latex doesn't contain `luacolor.sty` #206

Closed mh4ckt3mh4ckt1c4s closed 1 year ago

mh4ckt3mh4ckt1c4s commented 1 year ago

The use of luacolor.sty was introduced in https://github.com/jgm/pandoc/issues/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 1 year ago

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 1 year ago

Closing, because the real issue is the missing image for pandoc 3.1.2. All other images behave the way they are supposed to.