Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
替换封面图片,对make进行了点简单的说明
Browse files Browse the repository at this point in the history
  • Loading branch information
BlurryLight committed May 7, 2019
1 parent 5cbd4f7 commit ad08d6c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
14 changes: 4 additions & 10 deletions Makefile
Expand Up @@ -19,12 +19,11 @@ $(THESIS).pdf : $(THESIS).tex $(TEX_DIR)/*.tex $(BIB_DIR)/*.bib CSUthesis.cls Ma
pvc :
latexmk $(LATEXMK_OPT_PVC) $(THESIS)

validate :
xelatex -no-pdf -halt-on-error $(THESIS)
biber --debug $(THESIS)

view : $(THESIS).pdf
open $<
#for Linux user
xdg-open $<
#for Mac user
# open $<

wordcount:
@texcount $(THESIS).tex -inc -ch-only | awk '/total/ {getline; print "纯中文字数\t\t\t:",$$4}'
Expand All @@ -38,10 +37,5 @@ cleanall :
-@latexmk -C -silent 2> /dev/null
-@rm -f $(TEX_DIR)/*.aux 2> /dev/null || true


git :
git push --tags github; git push github;
git push --tags gitlab; git push gitlab;

zip :
git archive --format zip --output thesis.zip master
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -68,6 +68,7 @@ LaTeX利用设置好的模板,可以编译为格式统一的pdf。


`additional.tex`:致谢、附录之类的。
`subchapters/` : 内容分章节往里填就可以了


### `csuthesis_main.tex`
Expand All @@ -84,7 +85,9 @@ LaTeX利用设置好的模板,可以编译为格式统一的pdf。

### 如果你使用命令行编译
> 请使用`xelatex`,对`csuthesis_main.tex`文件进行编译。
> 在linux下可以使用`make`编译。
> 在linux下可以使用`make`编译(MacOS未测试)
> 需要latexmk和wordcount支持。
`make {all|wordcount|clean|cleanall|view|zip`

### 如果你使用TexStudio等IDE
> 可以从content的任意章节开始编译,也可以从`csuthesis_main.tex`开始。
Expand Down
Binary file modified images/csu.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad08d6c

Please sign in to comment.