Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 2.38 KB

README.md

File metadata and controls

44 lines (36 loc) · 2.38 KB

Pandoc & nbconvert Docker Container

Docker Build Status Docker Pulls

Docker container for the source distribution of Pandoc, with Latex tools and jupyter-nbconvert installed. In particular, this image is meant to allow compilation of PDF files directly from TeX, as well as conversion of TeX to other, open formats such as HTML.

docker run jgoldfar/pandoc-nbconvert-docker

A /source directory is created in the container, which can be mapped for use with relative file paths. Pandoc will always be run from the /source directory in the container.

Examples

Run Jupyter with argument --help

$ docker run --rm -v `pwd`:/source jgoldfar/pandoc-nbconvert-docker --help

Installed Packages

apt/LaTeX Pandoc
make pandoc-2.3
git pandoc-citeproc
ca-certificates pandoc-citeproc-preamble
locales pandoc-crossref
lmodern
texlive-latex-base
texlive-fonts-recommended
texlive-generic-recommended
texlive-lang-english
latex-xcolor
texlive-math-extra
texlive-latex-extra
texlive-bibtex-extra
biber
fontconfig
texlive-xetex
imagemagick
ghostscript
latexmk
python3-pip
jupyter