dalibo / pandocker

🐳 A simple docker image for pandoc with filters, templates, fonts, and the latex bazaar
https://hub.docker.com/r/dalibo/pandocker/
BSD 3-Clause "New" or "Revised" License
141 stars 23 forks source link

Adds draftwatermark and glossaries latex packages #255

Closed colindean closed 1 year ago

colindean commented 1 year ago

These were present in past versions of pandocker.

Our workaround in CI until this is in a release of stable or latest is to install these packages before our pandoc invocation:

tlmgr install draftwatermark glossaries
daamien commented 1 year ago

Thanks !