An open API service indexing awesome lists of open source software.

https://github.com/ikaroinory/hitbeamer

一个哈工大的LaTeX幻灯片模板
https://github.com/ikaroinory/hitbeamer

harbin-institute-of-technology hit latex latex-beamer latex-beamer-template latex-template

Last synced: 2 months ago
JSON representation

一个哈工大的LaTeX幻灯片模板

Awesome Lists containing this project

README

        

# HITBeamer

一个哈尔滨工业大学幻灯片模板。

## 使用

使用下面的命令将模板克隆到你的项目:
```sh
git clone https://github.com/ikaroinory/HITBeamer.git
```

在LaTeX中使用模板:
```tex
\documentclass{HITBeamer}
```

还可以使用Beamer模板的参数,例如设置幻灯片比例为16:9:
```tex
\documentclass[aspectratio=169]{HITBeamer}
```

## 功能

### 类选项

- hideNav:隐藏导航栏
- computing:显示计算学部Logo
- en:英文模式
- 兼容其他beamer类选项

### 命令

文档信息:

- `\title{}`:设置标题
- `\institute{}`:设置所属机构
- `\author{}`:设置作者
- `\supervisor{}`:设置指导者
- `\reportDate{}{}{}`:设置报告日期

定制:

- `\authorPrefix{}`:设置作者前缀,如`\authorPrefix{汇报人}\author{张三}`将显示`汇报人:张三`
- `\supervisorPrefix{}`:设置指导者前缀,如`\supervisorPrefix{指导教师}\author{张三}`将显示`指导教师:张三`

页面:

- `\cover`:封面
- `\toc`:目录
- `\endpage[args]{[text]}`:显示附带Logo的结束页。可选参数:
- `show`:显示作者和指导者

## 特别鸣谢

- [深圳技术大学Beamer模板](https://github.com/ikaroinory/SZTUBeamer)
- [清华大学Beamer模板](https://github.com/tuna/THU-Beamer-Theme)