Skip to content

collabin/pandoc-nbconvert-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerfile for Pandoc + Jupyter-nbconvert

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 83.6%
  • Makefile 16.4%