Skip to content

Instantly share code, notes, and snippets.

@kism
Created February 17, 2020 06:30
Show Gist options
  • Save kism/4e4fd64640f203050616b2cf2b78de76 to your computer and use it in GitHub Desktop.
Save kism/4e4fd64640f203050616b2cf2b78de76 to your computer and use it in GitHub Desktop.
LaTeX convert with docker
docker run -it --rm -w /tex -v ${PWD}:/tex fbenz/pdflatex pdflatex file.tex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment