`caption.sty` missing in pandoc/latex:latest
Closed this issue · 3 comments
ajaust commented
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?
tarleb commented
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.
ajaust commented
Great. Thanks for the quick response.
tarleb commented
Fix in the sources. The new image for latest
should become available in about 35 min. Other tags will need a little longer.