diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-31 00:00:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-31 00:00:14 +0000 |
commit | a39ede1ed9e87ec13ea9f8407c989fd24223afea (patch) | |
tree | bf933b9f062db35a6dd7307c1ab943622a86955f /Master/texmf-dist/doc/latex/uestcthesis/README | |
parent | db908823bf32703fe586c3f2fe3ad133d4f23ae7 (diff) |
uestcthesis (30jan13)
git-svn-id: svn://tug.org/texlive/trunk@28993 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/uestcthesis/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/uestcthesis/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/uestcthesis/README b/Master/texmf-dist/doc/latex/uestcthesis/README new file mode 100644 index 00000000000..72eb830eabc --- /dev/null +++ b/Master/texmf-dist/doc/latex/uestcthesis/README @@ -0,0 +1,31 @@ +UESTCthesis is a LaTeX thesis template for University of Electronic Science and Technology of China. +This template will help typeset your thesis with only one command, which is \documentclass. +All files are encoded in UTF-8 without BOM. + +This package is licensed in LPPL. + +uestcthesis.cls, UESTC_LOGO.png, UESTC.png and GBT7714-2005NLang-UESTC.bst should be +moved into a directory searched by pdfLaTeX. + +The doc/ is also a example.To use this template, the directory structure in doc/ are indispensable. +The sed.exe and .dlls in doc/tools/ are used to fix bug in bbl. +Files in doc/contents/ are necessary.User have to edit them. +Files in doc/chapters/ are normal tex file.And all pictures should be placed in doc/pics/. +For compiling correctly, there is 2 .bat files.Basically, it needs pdflatex. + +This template's users are all chinese, so there is no english doc. + +For more information, see the uestcthesis-doc.pdf in doc/. + +*************************Translation in zh_CN_UTF-8**************************** +UESTCthesis是电子科技大学毕业论文LaTeX模板。 +这个模板可以仅使用一条\documentclass命令,就能帮助排版你的毕业论文。 +所有文件都使用 UTF-8 无 BOM 编码格式。 + +本模板使用LPPL协议发布。 + +uestcthesis.cls, UESTC_LOGO.png, UESTC.png and GBT7714-2005NLang-UESTC.bst 这四 +个文件需要放在可以被pdfLaTeX搜索到的地方。最简单的方式就是放在工作目录中。 + +其他说明请见doc目录下的“uestcthesis-doc.pdf"。 +******************************************************************************* |