Skip to content

calkit/tinytex-latexmk-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tinytex-latexmk-docker

A Docker image that includes TinyTeX and latexmk.

Based on https://github.com/carteakey/tinytex-docker.

Run the image locally

Example command to:

  • Mount your current local project directory into the container
  • Mount a local TinyTeX cache directory so auto-installed TeX packages persist across runs
mkdir -p "$HOME/.cache/tinytex"

docker run --rm -it \
	-v "$PWD":/work \
	-v "$HOME/.cache/tinytex":/root/.TinyTeX \
	-w /work \
	ghcr.io/calkit/tinytex-latexmk-docker:latest \
	texliveonfly --compiler "latexmk -pdf" main.tex

Change main.tex to your document entrypoint.

About

A Docker image that includes TinyTeX and latexmk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors