Skip to content

Instantly share code, notes, and snippets.

@y-yu
Created September 5, 2012 12:41
Show Gist options
  • Save y-yu/3635984 to your computer and use it in GitHub Desktop.
Save y-yu/3635984 to your computer and use it in GitHub Desktop.
OMakefile
LATEX = platex --interaction=nonstopmode --kanji=utf8
DVIPDFM = dvipdfmx
DVIPSFLAGS = -t jisb5 -P pdf
DVIPDFMFLAGS = -p jisb5
TEXDEPS = word.cls
word.cls : ../../texfiles/word.cls
cp ../../texfiles/word.cls word.cls
LaTeXDocument(main, main)
.DEFAULT : main.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment