Skip to content

Instantly share code, notes, and snippets.

@ytbilly3636
Created November 22, 2019 10:51
Show Gist options
  • Save ytbilly3636/7855d401f035e802086d3d6afd4dc570 to your computer and use it in GitHub Desktop.
Save ytbilly3636/7855d401f035e802086d3d6afd4dc570 to your computer and use it in GitHub Desktop.
docker run --rm -v $PWD:/workdir paperist/alpine-texlive-ja \
sh -c "pdflatex -synctex=1 -interaction=nonstopmode -file-line-error prototype.tex && bibtex prototype && pdflatex -synctex=1 -interaction=nonstopmode -file-line-error prototype.tex && pdflatex -synctex=1 -interaction=nonstopmode -file-line-error prototype.tex"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment