brokenpylons / docker-lualatex-build

Image for lualatex builds with all bells and whistles

Repository from Github https://github.combrokenpylons/docker-lualatex-buildRepository from Github https://github.combrokenpylons/docker-lualatex-build

docker-lualatex-build

GitHub Build Status Docker Pulls

Image for lualatex builds with all bells and whistles. It currently includes just make and latexmk, but additional packages will be added if needed (as long as the size doesn't increase significantly).

Based on:

  • brokenpylons/lualatex

Included:

  • make
  • latexmk

dockerhub

Usage

PROJECT=paper

.PHONY: clean

all: $(PROJECT).pdf

$(PROJECT).pdf: $(PROJECT).tex
	latexmk -lualatex -use-make $<

clean:
	latexmk -C
docker run --rm -i --user="$(id -u):$(id -g)" --net=none -v "$PWD:/data" brokenpylons/lualatex-build make

See also

About

Image for lualatex builds with all bells and whistles

License:ISC License


Languages

Language:Dockerfile 100.0%