2009年7月17日金曜日

dvipdfmx がbugfixされた

dvipdfmx がbugfixされた

[したこと]
texファイルの変換スクリプトを修正した

tex.sh
---------------ここから

nkf -e -Lu $@.tex > output.tex
platex output.tex
dvipdfmx output
mv output.pdf $@.pdf
xpdf $@.pdf &

---------------ここまで



ex) sample.tex を変換
$ sh tex.sh sample