Skip to content

Commit

Permalink
浙江理工大学学士论文Latex模板v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry916 committed Apr 13, 2019
1 parent 277bfa8 commit 07c1287
Show file tree
Hide file tree
Showing 16 changed files with 55 additions and 8,084 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ all: $(THESIS).pdf

.PHONY : all cleanall pvc view wordcount git zip

$(THESIS).pdf : $(THESIS).tex $(TEX_DIR)/*.tex $(BIB_DIR)/*.bib sjtuthesis.cls sjtuthesis.cfg Makefile
$(THESIS).pdf : $(THESIS).tex $(TEX_DIR)/*.tex $(BIB_DIR)/*.bib zstuthesis.cls zstuthesis.cfg Makefile
-latexmk $(LATEXMK_OPT) $(THESIS)

pvc :
Expand All @@ -38,7 +38,7 @@ cleanall :
-@rm -f $(TEX_DIR)/*.aux 2> /dev/null || true

s3 : $(THESIS).pdf
s3cmd put $< s3://sjtuthesis/README.pdf
s3cmd put $< s3://zstuthesis/README.pdf

git :
git push --tags github; git push github;
Expand Down
Loading

0 comments on commit 07c1287

Please sign in to comment.