Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andy123t/shnuthesis
上海师范大学研究生毕业论文 LaTeX 模板 LaTeX Thesis Template for SHNU
https://github.com/andy123t/shnuthesis
latex latex-template thesis
Last synced: about 1 month ago
JSON representation
上海师范大学研究生毕业论文 LaTeX 模板 LaTeX Thesis Template for SHNU
- Host: GitHub
- URL: https://github.com/andy123t/shnuthesis
- Owner: andy123t
- License: mit
- Created: 2020-05-31T18:00:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T15:22:21.000Z (4 months ago)
- Last Synced: 2024-08-24T16:38:40.480Z (4 months ago)
- Topics: latex, latex-template, thesis
- Language: TeX
- Homepage:
- Size: 17 MB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- latex-templates - andy123t/<br>shnuthesis - square)<br/>![5](https://img.shields.io/github/forks/andy123t/shnuthesis?style=flat-square)<br/>![2024-11-16](https://img.shields.io/github/last-commit/andy123t/shnuthesis?style=flat-square) | 上海师范大学研究生毕业论文 LaTeX 模板 LaTeX Thesis Template for SHNU | (Popular & New LaTeX Templates / Thesis/Dissertation)
README
# SHNU-Thesis
上海师范大学研究生毕业论文 LaTeX 模板
LaTeX Thesis Template for Shanghai Normal University
**注意:** 本模板推荐安装 **texlive** 发行版,并且需要 **XeLaTeX** 编译运行!
```tex
\documentclass[master]{shnuthesis}
```shnuthesis 文档类可指定的选项包括
- master 硕士学位论文, 默认可省略
- doctor 博士学位论文, 不能省略
- arts 文科学位论文, 默认缺省为理科
- print 用于打印, 封面等生成空白页
- 提交给图书馆的电子版, 不要选 print本模板为上海师范大学非官方的研究生学位论文 LaTeX 模板,参考了《上海师范大学研究生学位论文规范》,文档类为 **shnuthesis.cls**,示例文件 **example.tex** 给出了使用的指南和要求,也展示了论文排版中常用的例子,包括公式、定理、表格、插图、参考文献等。
本地测试环境:Windows 10 安装 texlive 发行版。如果使用某个 texlive 版本 (比如 texlive 2021),中文字体不是 Windows 默认字体,可设置
```tex
\documentclass[fontset=windows]{shnuthesis}
```在线 LaTeX 编辑可以使用 [TeXPage](https://www.texpage.com/),设置字体 (`fontset=windows`),使用 XeLaTeX 编译,格式符合学校要求,推荐使用。
如果在线使用 [Overleaf](https://www.overleaf.com/),设置字体 (`fontset=ubuntu`) 后可运行,但字体不符合学校要求,不推荐使用。
如有不足之处,欢迎提出意见或建议。