sduthesis
sduthesis copied to clipboard
山东大学学位论文模板 (LaTeX thesis template for Shandong University)
The sduthesis Class / sduthesis 文档类
Introduction / 介绍
The sduthesis is designed for students of Shandong Univ., P.R.China,
by Liam Huang. The 1.0.x versions of sduthesis were
released in the name of Ch'en Meng, while from the begining of version 1.2.0,
it was released in the name of Liam Huang and was rewritten in docstrip.
This work is released under the LaTeX Project Public License, v1.3c or later. See the License file.
sduthesis 是由 Liam Huang 为山东大学学生设计的 LaTeX 论文模板。
1.x 以化名 Ch'en Meng 的名义发布;1.2.0 版本开始,以 docstrip 工具重写了整个代码,
并以 Liam Huang 的名义发布。
sduthesis 遵循不低于 1.3 版本的 LPPL 许可证,详情请查看 LICENSE 文件。
Installation / 安装
There are basicly three ways to install this package on your system:
- Install from package manager;
- Just unpack from the development package;
- Install from the development package to the TDS manually.
Install from package manager
Both TeX Live and MiKTeX have their own package manager.
For TeX Live, the name is tlmgr. To install sduthesis from tlmgr, all you have to do is run
tlmgr install sduthesis
For those who install TeX Live as root privilege (include MacTeX on OS X), you may need to run this with the sudo prefix.
For MiKTeX, the name is MiKTeX Package Manager, which is known as mpm for short. You could run mpm from the Start Menu, or just type mpm in your CMD window. mpm has a friendly GUI, which means that you can easily find sduthesis by using the filter and install the package with the + button.
Unpack from the development package
If you are interested in this kind of way to install the package, the first thing that come up in your mind shoud be that you are not trying to install the package into your TeX system, but trying to make a Green Unpack.
Firstly, you need to download the latest release of the package from the homepage: http://liam0205.me/sduthesis/.
For *nix users, you should execute the build script in the terminal.
/path/to/sduthesis/build
For Windows users, just double click the build.bat.
Install to TDS munally
You should follow the instructions listed in the previous section, and then
- put
sduthesis.insandsduthesis.dtxtoTEXMF/source/latex/sduthesis/ - put
sduthesis.cls,*.defandfigures/' toTEXMF/tex/latex/sduthesis/` - put the remaining files to
TEXMF/doc/latex/sduthesis/
Here TEXMF stands for one of your TDS root. After doing so, you should execute texhash in your terminal to refresh the ls-R database, which makes TeX knowing where the package is.
Usage / 用法
See the user manual sduthesis.pdf and the demo `sduthesis-demo.tex'.
参见用户文档 sduthesis.pdf 及示例文件 sduthesis-demo.tex。
Author / 作者
Liam Huang
Email: [email protected]
If you are interested in the process of development you may observe