Skip to content

Instantly share code, notes, and snippets.

@ytbilly3636
Created November 22, 2019 10:50
Show Gist options
  • Save ytbilly3636/688d63d0c9f9c78721f602dd4c2bd32d to your computer and use it in GitHub Desktop.
Save ytbilly3636/688d63d0c9f9c78721f602dd4c2bd32d to your computer and use it in GitHub Desktop.
docker run --rm -v $PWD:/workdir paperist/alpine-texlive-ja \
sh -c "ptex2pdf -l -ot -kanji=utf8 -synctex=1 prototype.tex && pbibtex -kanji=utf8 prototype && ptex2pdf -l -ot -kanji=utf8 -synctex=1 prototype.tex && ptex2pdf -l -ot -kanji=utf8 -synctex=1 prototype.tex"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment