Skip to content

brokenpylons/docker-lualatex-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published