Docker Image for LKMPG
🐳 Docker image supports full TeXLive with Gnuplot and Pandoc.
# pull docker image from Docker Hub and run container
$ docker pull twtug/lkmpg
$ docker run --rm -it -v $(pwd):/workdir twtug/lkmpg
# run commands
$ pdflatex -shell-escap lkmpg.tex
$ make4ht --shell-escape --utf8 --format html5 --config html.cfg --output-dir html lkmpg.tex
Licensed under the MIT License, Copyright © 2021-present Hsins.