Skip to content

Instantly share code, notes, and snippets.

Created February 11, 2013 16:13
Show Gist options
  • Save anonymous/4755438 to your computer and use it in GitHub Desktop.
Save anonymous/4755438 to your computer and use it in GitHub Desktop.
情報処理学会の研究報告(Technical Report)をLaTeXでコンパイルするためのMakefileの、BibTeXを利用しないバージョンです。
all:
platex -kanji=euc tech-jsample
#pbibtex -kanji=euc tech-jsample
platex -kanji=euc tech-jsample
platex -kanji=euc tech-jsample
dvipdfmx -p a4 tech-jsample
open tech-jsample.pdf
clean:
/bin/rm -f *~ *.log *.dvi *.blg *.aux *.out *.bbl tech-jsample.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment