Skip to content

Commit

Permalink
Add git and TODO into Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
weijianwen committed Jan 7, 2016
1 parent 77dd24f commit 81a7ea1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ release :
cp $(THESISMAIN).pdf HOWTO.pdf
@echo "Release $(VERSION)"

git :
git push gitlab
git push github

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ But, I think the template is still in a *primitive* state, far from a *generally

TODO
------
* Replace bibtex with biber.
* Merge the bachelor, master and Ph.D thesis into one.
* The layout units look ugly.
* 用中文重写这份README.
* 使用良好的"LaTeX代码风格"改写文档源代码
* 使用 \command{body} 形式调用命令;
* 使用 \command{body} 形式调用命令,避免无括号、等号指定
* 避免在模板中使用 plain TeX 代码;
* 模板和模板讲解分开——模板使用说明放在idx中,模板文件留几个空壳就可以,方便大家填入内容,也能保持模板核心内容简洁。
* Add a ```sjtuthesiscmd.cfg```?
* Move natbib's configuration to other part. \RequirePackage[sort&compress,numbers]{natbib}
* Figure out which parts can be configured in ```sjtuthesis.cfg```
Expand Down Expand Up @@ -88,6 +89,7 @@ A: Hmm... Let me explain. @farseerfc's code was based on my template and adapte
[TeX Gyre Font]: http://www.gust.org.pl/projects/e-foundry/tex-gyre/
[LATEX Notes]: http://math.nju.edu.cn/~meijq/tex/lnotes.pdf
[XeTeX/中文排版之胡言乱语]: http://goo.gl/oRNcW
[Biber: A BibTeX replacement for users of BibLaTeX]: http://biblatex-biber.sourceforge.net/

# Update History
* Last update: May 26, 2013
Expand Down

0 comments on commit 81a7ea1

Please sign in to comment.