Skip to content

Instantly share code, notes, and snippets.

@akiroom
Created February 11, 2013 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akiroom/4755491 to your computer and use it in GitHub Desktop.
Save akiroom/4755491 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