Pandoc docker image with eisvogel template for Japanese.
$ docker run --rm -v $(pwd):/data frozenbonito/pandoc-eisvogel-ja \
-o doc.pdf \
doc.md
The following Japanese fonts are supported.
- haranoaji (default)
- ipa
- ipaex
It can be specified with a luatexjapresetoptions
variable.
$ docker run --rm -v $(pwd):/data frozenbonito/pandoc-eisvogel-ja \
-V luatexjapresetoptions=ipaex \
-o doc.pdf \
doc.md
The plantuml
tag supports PlantUML using timofurrer/pandoc-plantuml-filter.
$ docker run --rm -v $(pwd):/data frozenbonito/pandoc-eisvogel-ja:plantuml \
-o doc.pdf \
doc.md
See examples directory.