Skip to content

Instantly share code, notes, and snippets.

@morikuni
Created June 14, 2015 15:38
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morikuni/e19bd09c4d4af437aea2 to your computer and use it in GitHub Desktop.
Save morikuni/e19bd09c4d4af437aea2 to your computer and use it in GitHub Desktop.
Texpadで日本語のtex及びbibtexをコンパイルするためのビルドファイル
#!/bin/bash
echo platex "$TEXPAD_ROOTFILE"
platex "$TEXPAD_ROOTFILE"
echo pbibtex "$TEXPAD_ROOTFILE_NO_EXT"
pbibtex "$TEXPAD_ROOTFILE_NO_EXT"
echo platex "$TEXPAD_ROOTFILE"
platex "$TEXPAD_ROOTFILE"
echo platex "$TEXPAD_ROOTFILE"
platex "$TEXPAD_ROOTFILE"
echo dvipdfmx ""$TEXPAD_ROOTFILE_NO_EXT""
dvipdfmx "$TEXPAD_ROOTFILE_NO_EXT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment