Skip to content

ymotongpoo/docker-sphinx-lualatex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)