Mercurial > hg > Papers > 2019 > ikki-midterm
view Makefile @ 14:7fd68bc45b58 default tip
tweak
author | ichikitakahiro <e165713@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 23 Oct 2019 16:46:51 +0900 |
parents | 17b65ea13000 |
children |
line wrap: on
line source
# Created by Daichi Toma on Nov 16, 2011 TARGET=mid-thesis LATEX=platex BIBTEX=pbibtex DVIPDF=dvipdfmx -p a4 #You need setting "-l" option if You think You get a landscape PDF #DVIPDF_OPT=-l #Embed fonts #DVIPDF_OPT=-f hiraginoEmbed.map .SUFFIXES: .tex .dvi .pdf .tex.dvi: $(LATEX) $< $(BIBTEX) $(TARGET) $(LATEX) $< $(LATEX) $< cp $(TARGET).pdf 165713F_mid_thesis.pdf .dvi.pdf: $(DVIPDF) $(DVIPDF_OPT) $< all: $(TARGET).pdf open $(TARGET).pdf dvi: $(TARGET).dvi pdf: $(TARGET).pdf clean: rm -f *.dvi *.aux *.log *.pdf *.ps *.gz *.bbl *.blg *.toc *~ *.core