https://github.com/LogCreative/SJTUBeamermin
上海交通大学 LaTeX Beamer 幻灯片模板 - VI 最小工作集
https://github.com/LogCreative/SJTUBeamermin
Last synced: 10 months ago
JSON representation
上海交通大学 LaTeX Beamer 幻灯片模板 - VI 最小工作集
- Host: GitHub
- URL: https://github.com/LogCreative/SJTUBeamermin
- Owner: LogCreative
- License: apache-2.0
- Archived: true
- Created: 2021-03-15T14:21:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T08:58:54.000Z (over 4 years ago)
- Last Synced: 2024-08-17T23:02:05.355Z (almost 2 years ago)
- Language: TeX
- Homepage:
- Size: 70.1 MB
- Stars: 57
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sjtubeamermin
[](https://github.com/LogCreative/SJTUBeamermin/actions/workflows/build.yml) [](https://www.overleaf.com/latex/templates/sjtubeamermin/shxnnnjjgqvp)


> **重要公告**
> SJTUBeamermin 将于 2022 年 1 月 1 日起[停止服务](https://github.com/LogCreative/SJTUBeamermin/issues/19),可以使用 [SJTUBeamer](https://github.com/sjtug/SJTUBeamer) 做为替代。感谢支持。
## 上海交通大学 LaTeX Beamer 幻灯片模板 - VI 最小工作集
sjtubeamermin 样式为上海交通大学幻灯片模板的 LaTeX 非官方实现版本,是符合[上海交通大学视觉形象识别系统](http://vi.sjtu.edu.cn/)相关规范的最小工作集,图标版权归上海交通大学所有,本项目仅供校内人员学习参考使用。
[SJTUBeamermin 样式文档](https://logcreative.github.io/SJTUBeamermin/doc/sjtubeamermintheme.pdf)
[向该项目贡献代码](https://logcreative.github.io/SJTUBeamermin/doc/sjtubeamermindevguide.pdf)
## 快速上手
[使用该模板](https://github.com/LogCreative/SJTUBeamermin/generate) 后,修改 `doc/my.tex` 的相关内容,提交后将会在 GitHub Actions 页面的运行记录里看到生成的文件。
## 局部安装
可以在 [发布页](https://github.com/LogCreative/SJTUBeamermin/releases) 得到对应的发布包,使用发布包内的 `sty` 文件以及 `pdf` logo 文件附着于本地文件夹内即可使用。
## 构建
本项目采用 `l3build` 构建。本地安装方法:
```
l3build ctan
l3build install
```
该方法若不奏效,可以采用老版解包方法:
```
cd source
latex beamerthemesjtubeamermin.ins
```
按照提示将输出文件放置在需要调用的文件同一目录下。
## 示例
详见 [示例文件](doc/red.tex) 。
> (C) 2021 Log Creative
>
> 图标归 [上海交通大学](https://vi.sjtu.edu.cn) 所有,本模板不持有该版权。根据规定,任何校外人员用于商业用途均需要向学校申请。
> 任何不当使用,Log Creative 免于相关责任。
>
> 本作品遵守 [Apache-2.0](LICENSE) 协议。
-----
## Shanghai Jiao Tong University LaTeX Beamer Template - VI Minimal Workset (Unofficial)
`sjtubeamermin` theme is an unofficial implementation of SJTU UI, as a beamer theme for making presentation. SJTU logo and its related graphics are owned by SJTU, which requires the permission from SJTU administration for any commercial purposes.
[Documentation (Chinese)](https://logcreative.github.io/SJTUBeamermin/doc/sjtubeamermintheme.pdf)
[Developer's Guide](https://logcreative.github.io/SJTUBeamermin/doc/sjtubeamermindevguide.pdf)
## Quick Run
After [Use this template](https://github.com/LogCreative/SJTUBeamermin/generate), modify `doc/my.tex`. You could see the produced document from GitHub Actions page.
## Local Installation
You could get the release package on the [release page](https://github.com/LogCreative/SJTUBeamermin/releases). Use the `.sty` files and `sjtucnlogo.pdf` and `sjtuenlogo.pdf` for your template.
## Build
Local build through `l3build`:
```
l3build ctan
l3build install
```
If it doesn't work, you could use the old method:
```
cd source
latex beamerthemesjtubeamermin.ins
```
Copy the generated file to the required place.
## Example
See [example code](doc/red.tex) for details.
> Copyright (C) 2021 Log Creative
>
> The copyright holder for the logo is SJTU. The template itself doesn't change the ownership of the related graphics in the guideline.
SJTU logo and related pattern are only available for non-commercial purposes.
>
> Copyright 2021 LogCreative
> Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
>
> http://www.apache.org/licenses/LICENSE-2.0
>