Intro copied from various places

This commit is contained in:
nam
2014-01-16 17:49:05 +09:00
parent 289284e7c1
commit 42442abc6a
6 changed files with 295 additions and 49 deletions

View File

@@ -8,14 +8,13 @@ EXTRASTYS = abhepexpt.sty abhep.sty abmath.sty lineno.sty siunitx.sty SIunits.st
default: $(TARGET)
$(TARGET): $(INPUT) extrastyles.zip $(THESIS_STY) Makefile
$(TARGET): $(INPUT) extrastyles.zip $(THESIS_STY) Makefile chapters/*.tex
@rm -f $(EXTRASTYS)
@unzip extrastyles.zip
@rm -f $(DOCNAME).{aux,toc,lof,lot}
pdflatex $< && bibtex $(DOCNAME) && pdflatex $< && pdflatex $<
@rm -f $(DOCNAME).{aux,toc,lof,lot}
@rm -f $(EXTRASTYS)
#pdflatex --enable-write18 $< && pdflatex $<
clean:
@rm -f $(EXTRASTYS)