/docker-sphinx-lualatex

Primary LanguageDockerfileApache License 2.0Apache-2.0

docker-sphinx-lualatex

Dockerfile to create a docker image with the following environment:

For the configuration of conf.py for LuaLaTeX, please find an example in example/source/conf.py.

How to try this docker image

$ cd example
$ docker run -v $PWD:/workdir -t ymotongpoo/sphinx-lualatex:buster-slim-2.2.0 make latexpdf

Special thanks

  • Yoshimura Yuu (@y-yu)