Skip to content

frozenbonito/docker-pandoc-eisvogel-ja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Pandoc docker image with eisvogel template for Japanese.

Resources

License

Stars

Watchers

Forks

Packages

No packages published