Skip to content

Instantly share code, notes, and snippets.

@tsunekawa
Last active October 2, 2018 10:27
Show Gist options
  • Save tsunekawa/b28b737aec9abcde9f73cff49dda056f to your computer and use it in GitHub Desktop.
Save tsunekawa/b28b737aec9abcde9f73cff49dda056f to your computer and use it in GitHub Desktop.
latexmk with Docker
#!/usr/bin/env bash
docker run --rm -v $PWD:/workdir paperist/alpine-texlive-ja latexmk $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment