pandoc/dockerfiles

`caption.sty` missing in pandoc/latex:latest

Closed this issue · 3 comments

First thanks for providing these Docker images. I use pandoc/latex:latest in a workflow to compile slides from Markdown to PDF. Today, this action fails showing the following error message:

! LaTeX Error: File `caption.sty' not found.

I could fix the problem by installing the package in the GitHub Action via

- name: Install caption package (LaTeX)                                                                                                                                           
  run: tlmgr install caption 

Was the removal of the caption package intentional or was it removed accidentally?

Thanks for the report, this is a bug in the new image. I did a cleanup and removed unneeded LaTeX packages, but caption should not have been removed. I'll go and fix it.

Great. Thanks for the quick response.

Fix in the sources. The new image for latest should become available in about 35 min. Other tags will need a little longer.