Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swissmanu/docker-pandoc

Docker image to build Pandoc documents
https://github.com/swissmanu/docker-pandoc

latex pandoc

Last synced: 10 days ago
JSON representation

Docker image to build Pandoc documents

Awesome Lists containing this project

README

        

# 🐳 `ghcr.io/swissmanu/pandoc`

Docker image to build 🐼 Pandoc documents

## Good to Know

Includes additional LaTeX packages:

- `pgfpflots`
- `ccicons`
- `multirow`
- Everything to render the `acmart` template
- `selnolig` so `--pdf-engine=lualatex` can be used

Further, these Pandoc filters are included:

- [pandoc-crossref](https://github.com/lierdakil/pandoc-crossref)
- [pandoc-shortcaption](https://github.com/martisak/pandoc-shortcaption)
- [pandoc-latex-unlisted](https://github.com/chdemko/pandoc-latex-unlisted)

## References

- Thanks @buehler for the inspiration (https://github.com/buehler/mse-pandoc)