Created
March 29, 2013 17:12
-
-
Save iori-yja/5272182 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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