summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer-contrib/themes/thubeamer/README.md
blob: 99ac44a9bd32c0c7b693861bf191647897a73f98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!-- Author : Jingxuan Yang-->
<!-- Program Email: yanglatex2e@gmail.com -->

# thubeamer: A Beamer Theme for Tsinghua University (THU)

# thubeamer:清华大学 Beamer 模板

[GitHub](https://github.com/YangLaTeX/thubeamer) | [Download](https://github.com/YangLaTeX/thubeamer/releases) | [Wiki](https://github.com/YangLaTeX/thubeamer/wiki) | [CTAN](https://www.ctan.org/pkg/thubeamer)

# Introduction to thubeamer

**thubeamer** is a **beamer theme** designed for Tsinghua University (THU). Current version is 1.0.0, updated on 2021/07/07.

```latex
  |- figures
    |- thulogo.pdf
  |- macros.tex
  |- main.tex
  |- main.pdf
  |- makebeamer.bat
  |- makeclean.bat
  |- makecleanall.bat
  |- makedoc.bat
  |- Makefile
  |- README.md
  |- reference.bib
  |- thubeamer.bst
  |- thubeamer.dtx
  |- thubeamer.pdf
```

# thubeamer 简介

thubeamer 是清华大学风格 Beamer 模板,当前版本1.0.0,更新于2021年07月07日。

# Documentation

Download and unzip the template. Specific usage documentation and examples can be found in the files below:

* Template usage (thubeamer.pdf, in Chinese)
* Template example (main.pdf, in Chinese)
* Brief Introduction (README.md, both in Chinese and English)

# 说明文档

下载并解压本模板,文件夹中包含以下说明文档:

* 模板开发文档(thubeamer.pdf,中文版)
* 模板撰写示例(main.pdf,中文版)
* 模板简介(README.md,中英双语)

# Downloads

* Published version: [CTAN](https://www.ctan.org/pkg/thubeamer)
* Developer version: [GitHub](https://github.com/YangLaTeX/thubeamer)

# 下载

* 发布版本:[CTAN](https://www.ctan.org/pkg/thubeamer)
* 开发版本:[GitHub](https://github.com/YangLaTeX/thubeamer)

# Reporting Issues

Please follow the procedure below:

* [GitHub Issues](https://github.com/YangLaTeX/thubeamer/issues)
* [Educational Email](mailto:yangjx20@mails.tsinghua.edu.cn)
* [Gmail](mailto:yanglatex2e@gmail.com)

# 模板问题反馈

请按照以下顺序反馈问题:

* [GitHub 问题反馈](https://github.com/YangLaTeX/thubeamer/issues)
* [教育邮箱](mailto:yangjx20@mails.tsinghua.edu.cn)
* [Gmail 邮箱](mailto:yanglatex2e@gmail.com)

# 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)