Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ustctug/ustcbeamer

USTC Beamer 模板(基于学校公用 PPT 模板)
https://github.com/ustctug/ustcbeamer

Last synced: about 2 months ago
JSON representation

USTC Beamer 模板(基于学校公用 PPT 模板)

Awesome Lists containing this project

README

        

# 中国科学技术大学Beamer模板

本项目是基于 [thomasWeise/ustcSlides](https://github.com/thomasWeise/ustcSlides) 修改而来,加了几种不同的颜色主题。

科大官网上有与之对应的[USTC公用PPT模板](http://lswhw.ustc.edu.cn/public/inc/editer/attached/file/20181106/20181106152958_72346.zip)。

## 使用说明

主文件 `main.tex`, 使用 `xelatex` 引擎编译。

宏包使用了TikZ代码形式的背景文件(在子文件夹theme中),默认选项 `bluetheme` 是科大校徽的蓝色;此外 `ustcbeamer` 还内置了红色和黑色主题 `redtheme`、`blacktheme`。

## 自定义你的主题颜色

一旦在 `main.tex` 中载入 `ustcbeamer` 后使用了下述命令就会覆盖 `ustcbeamer` 指定的内置颜色选项,你可以设置自己喜欢的RGB色值:

`\definecolor{themecolor}{RGB}{0,150,150}` % 这是青色主题;

`\definecolor{themecolor}{rgb}{0,0.5,0.3}` % 这是深绿色主题;

注意小写rgb和大写RGB表示的色值相差255倍,即RGB{255,255,255}=rgb{1,1,1};建议自定义的主题颜色选择偏深色。

## 宽高比设置

`ctexbeamer`文档类支持各种宽高比,但本模板只适配了 4:3 和 16:9 的宽高比背景。添加选项`aspectratio=169`或`aspectratio=43`可以更改宽高比,默认是 4:3。

## 下载地址

- GitHub Releases:https://github.com/ustctug/ustcbeamer/releases

欢迎同学们反馈其他问题。