Add thesis, copied from hepthesis/example

This commit is contained in:
nam
2013-10-04 15:40:10 +09:00
parent c6d38f266d
commit 2e07846f06
18 changed files with 1467 additions and 0 deletions

17
thesis/Makefile Normal file
View File

@@ -0,0 +1,17 @@
.PHONY: clean
EXTRASTYS = abhepexpt.sty abhep.sty abmath.sty lineno.sty siunitx.sty SIunits.sty varwidth.sty
example.pdf: example.tex mythesis.cls chapters/*.tex
@rm -f $(EXTRASTYS)
unzip extrastyles.zip
@rm -f example.{aux,toc,lof,lot}
(pdflatex example && bibtex example && pdflatex example && pdflatex example) || rm -f $(EXTRASTYS) example.pdf
@rm -f example.{aux,toc,lof,lot}
@rm -f $(EXTRASTYS)
clean:
@rm -f $(EXTRASTYS)
@rm -f example.pdf example.log example.aux
@rm -f *.bbl *.blg *.lof *.cut
@rm -f *.lot *.out *.toc