custom styled thesis

This commit is contained in:
nam
2014-09-06 17:28:20 +09:00
parent aaa867602a
commit cf5428fa6f
77 changed files with 19257 additions and 0 deletions

15
thesis2/Makefile Normal file
View File

@@ -0,0 +1,15 @@
DOCNAME = thesis
INPUT = $(DOCNAME).tex
TARGET= $(DOCNAME).pdf
default: $(TARGET)
$(TARGET): $(INPUT) Makefile chapters/*.tex custom_macro.tex mythesis.sty
@rm -f $(DOCNAME).{aux,toc,lof,lot}
pdflatex $< && bibtex $(DOCNAME) && pdflatex $< && pdflatex $<
clean:
@rm -f *.{aux,toc,lof,lot}
@rm -f *.{aux,bbl,blg,log,nav,out,snm,toc,lot,lof} $(TARGET)
@rm -f comment.cut