Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.44 KB

File metadata and controls

30 lines (20 loc) · 1.44 KB

alpine-pandoc-ja Docker Automated build Docker Automated build GitHub release

Pandoc for Japanese based on Alpine Linux. This image contains

  • Tex Live 2018
  • pandoc 2.7.2
  • pandoc-crossref 0.3.4.1

Usage

$ docker pull kumassy/alpine-pandoc-ja
$ docker run -it --rm -v `pwd`:/workspace kumassy/alpine-pandoc-ja pandoc input.md -f markdown -o output.pdf --pdf-engine=lualatex

Use Template

$ mkdir templates
$ wget https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template/master/eisvogel.tex -O templates/eisvogel.tex
$ docker run -it --rm -v `pwd`:/workspace -v `pwd`/templates:/root/.pandoc/templates kumassy/pandoc:latest pandoc input.md -f markdown -o output.pdf --pdf-engine=lualatex --template eisvogel.tex

Reference Dockerfile