https://github.com/thomasweise/docker-pandoc
A pandoc installation in docker.
https://github.com/thomasweise/docker-pandoc
cabal docker docker-pandoc docker-texlive ghostscript latex-formulas pandoc pandoc-citeproc pandoc-crossref texlive ubuntu
Last synced: 15 days ago
JSON representation
A pandoc installation in docker.
- Host: GitHub
- URL: https://github.com/thomasweise/docker-pandoc
- Owner: thomasWeise
- License: gpl-3.0
- Created: 2018-08-25T01:15:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T10:24:38.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T10:42:21.438Z (about 2 months ago)
- Topics: cabal, docker, docker-pandoc, docker-texlive, ghostscript, latex-formulas, pandoc, pandoc-citeproc, pandoc-crossref, texlive, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 36.1 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [thomasWeise/docker-pandoc](http://hub.docker.com/r/thomasweise/docker-pandoc/)
[](http://hub.docker.com/r/thomasweise/docker-pandoc/)
[](http://hub.docker.com/r/thomasweise/docker-pandoc/)This is a Docker image containing a [`pandoc`](http://pandoc.org/) installation which can make use of our [`TeX Live`](http://en.wikipedia.org/wiki/TeX_Live) installation from container [thomasWeise/texlive-full](http://hub.docker.com/r/thomasweise/docker-texlive-full/), which in turn provides some useful scripts and several fonts.
We install `pandoc` via [`cabal`](http://www.haskell.org/cabal/), a package building and distribution system, which allows us to get the newest `pandoc` version as well as several filters.
## 1. Building and Components
The image has the following components:
- [`TeX Live`](http://www.tug.org/texlive/)
- [`ghostscript`](http://ghostscript.com/)
- [`poppler-utils`](http://poppler.freedesktop.org/)
- [`cabal`](http://www.haskell.org/cabal/)
- [`pandoc`](http://pandoc.org/)
- [`imagemagick`](http://www.imagemagick.org/)
- several `pandoc` filters, namely
+ [`pandoc-citeproc`](http://github.com/jgm/pandoc-citeproc),
+ [`pandoc-crossref`](http://github.com/lierdakil/pandoc-crossref),
+ [`latex-formulae-pandoc`](http://github.com/liamoc/latex-formulae), and
+ [`pandoc-citeproc-preamble`](http://github.com/spwhitton/pandoc-citeproc-preamble)## 2. License
This image is licensed under the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007, which you can find in file [LICENSE.md](http://github.com/thomasWeise/docker-texlive/blob/master/LICENSE.md). The license applies to the way the image is built, while the software components inside the image are under the respective licenses chosen by their respective copyright holders.
## 3. Contact
If you have any questions or suggestions, please contact [Thomas Weise](mailto:[email protected]) of the [Institute of Applied Optimization](http://iao.hfuu.edu.cn) of [Hefei University](http://www.hfuu.edu.cn) in Hefei, Anhui, China.