Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1009 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 1009 Bytes

docker-pandoc-eisvogel-ja

Build

Pandoc docker image with eisvogel template for Japanese.

Usage

Basic Usage

$ docker run --rm -v $(pwd):/data frozenbonito/pandoc-eisvogel-ja \
    -o doc.pdf \
    doc.md

Fonts

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

PlantUML

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

Examples

See examples directory.