Created
November 22, 2019 10:50
-
-
Save ytbilly3636/688d63d0c9f9c78721f602dd4c2bd32d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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