Skip to content

Instantly share code, notes, and snippets.

@iori-yja
Created March 29, 2013 17:12
Show Gist options
  • Save iori-yja/5272182 to your computer and use it in GitHub Desktop.
Save iori-yja/5272182 to your computer and use it in GitHub Desktop.
LATEX = platex --interaction=nonstopmode --kanji=utf8
DVIPDFM = dvipdfmx
DVIPSFLAGS = -t jisb5 -P pdf
DVIPDFMFLAGS = -p jisb5
TEXDEPS = word.cls word.clo default-style.sty
word.cls : ../../texfiles/word.cls
cp $< $@
word.clo : ../../texfiles/word.clo
cp $< $@
default-style.sty : ../../texfiles/default-style.sty
cp $< $@
LaTeXDocument(main, main)
.DEFAULT : main.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment