LaTexコンパイルスクリプト日本語用
#!/bin/sh | |
NAME=`basename $1 .tex` | |
platex $NAME | |
jbibtex $NAME | |
platex $NAME | |
platex $NAME | |
dvipdfmx $NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment