Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanglatex/hitszbeamer
A beamer theme for Harbin Institute of Technology, ShenZhen
https://github.com/yanglatex/hitszbeamer
beamer beamer-theme latex
Last synced: about 2 months ago
JSON representation
A beamer theme for Harbin Institute of Technology, ShenZhen
- Host: GitHub
- URL: https://github.com/yanglatex/hitszbeamer
- Owner: YangLaTeX
- License: lppl-1.3c
- Created: 2020-03-16T14:08:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T12:58:04.000Z (over 2 years ago)
- Last Synced: 2024-11-12T07:38:14.385Z (2 months ago)
- Topics: beamer, beamer-theme, latex
- Language: TeX
- Size: 1.73 MB
- Stars: 32
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# hitszbeamer: A Beamer Theme for Harbin Institute of Technology, ShenZhen (HITSZ)
# hitszbeamer:哈尔滨工业大学(深圳)Beamer模板
![CTAN Version](https://img.shields.io/ctan/v/hitszbeamer.svg)
![GitHub Version](https://img.shields.io/github/release/YangLaTeX/hitszbeamer.svg)
![Repo Size](https://img.shields.io/github/repo-size/YangLaTeX/hitszbeamer.svg)
![License](https://img.shields.io/ctan/l/hitszbeamer.svg)[GitHub](https://github.com/YangLaTeX/hitszbeamer) | [Download](https://github.com/YangLaTeX/hitszbeamer/releases) | [Wiki](https://github.com/YangLaTeX/hitszbeamer/wiki) | [CTAN](https://www.ctan.org/pkg/hitszbeamer)
# Introduction to hitszbeamer
**hitszbeamer** is a **beamer theme** designed for Harbin Institute of Technology, ShenZhen (HITSZ). Current version is 1.1.0, updated on 2022/05/20.
```latex
|- figures
|- hitlogo.jpg
|- hitlogo-mask.jpg
|- hitszbeamer.bst
|- hitszbeamer.dtx
|- hitszbeamer.pdf
|- main.tex
|- main.pdf
|- makebeamer.bat
|- makeclean.bat
|- makecleanall.bat
|- makedoc.bat
|- Makefile
|- README.md
|- reference.bib
```# hitszbeamer简介
hitszbeamer是哈尔滨工业大学(深圳)Beamer模板,当前版本1.1.0,更新于2022年05月20日。
# Documentation
Download and unzip the template. Specific usage documentation and examples can be found in the files below:
* Template usage (hitszbeamer.pdf, in Chinese)
* Template example (main.pdf, in Chinese)
* Brief Introduction (README.md, both in Chinese and English)# 说明文档
下载并解压本模板,文件夹中包含以下说明文档:
* 模板开发文档(hitszbeamer.pdf,中文版)
* 模板撰写示例(main.pdf,中文版)
* 模板简介(README.md,中英双语)# Downloads
* Published version: [CTAN](https://www.ctan.org/pkg/hitszbeamer)
* Developer version: [GitHub](https://github.com/YangLaTeX/hitszbeamer)# 下载
* 发布版本:[CTAN](https://www.ctan.org/pkg/hitszbeamer)
* 开发版本:[GitHub](https://github.com/YangLaTeX/hitszbeamer)# Reporting Issues
Please follow the procedure below:
* QQ group: 1039392552
* [GitHub Issues](https://github.com/YangLaTeX/hitszbeamer/issues)
* [Educational Email](mailto:[email protected])
* [Gmail](mailto:[email protected])# 模板问题反馈
请按照以下顺序反馈问题:
* QQ group: 1039392552
* [GitHub 问题反馈](https://github.com/YangLaTeX/hitszbeamer/issues)
* [教育邮箱](mailto:[email protected])
* [Gmail 邮箱](mailto:[email protected])# Makefile Usage
To use Makefile, you should have GNU `make` tool installed.
```bash
make doc # compile documentation (required before compiling the beamer)
make beamer # compile beamer
make clean # clean auxiliary files
make cleanall # clean auxiliary files and style files
```# 使用Makefile
使用Makefile之前请确保已安装GNU `make`工具。
```bash
make doc # 编译说明文档(在编译 beamer之前必须编译说明文档)
make beamer # 编译 beamer
make clean # 清除辅助文件
make cleanall # 清除辅助文件与样式文件
```# batch Usage
`makedoc.bat`, `makebeamer.bat`, `makeclean.bat` and `makecleanall` are designed for windows platform. Double click these files, then they will echo corresponding functions automatically.
```bash
makedoc # compile documentation (required before compiling the beamer)
makebeamer # compile beamer
makeclean # clean auxiliary files
makecleanall # clean auxiliary files and style files
```# 使用编译脚本
`makedoc.bat`、`makebeamer.bat`、`makeclean.bat`与`makecleanall`为windows编译脚本,双击即可执行相应的功能。
```bash
makedoc # 编译说明文档(在编译 beamer之前必须编译说明文档)
makebeamer # 编译 beamer
makeclean # 清除辅助文件
makecleanall # 清除辅助文件与样式文件
```# License
This material is subject to the [LATEX Project Public License 1.3c](https://ctan.org/license/lppl1.3) or any later version.
# 协议
本模板的发布遵照[LATEX Project Public License 1.3c](https://ctan.org/license/lppl1.3)协议或其后版本。
# Acknowledgements(致谢)
* [XDUstyle](https://github.com/StickCui/XDUstyle-Beamer-Theme)
* [thubeamer](https://github.com/tl3shi/THUBeamer)