Giter VIP home page Giter VIP logo

ustcbeamer's Introduction

**科学技术大学Beamer模板

本项目是基于 thomasWeise/ustcSlides 修改而来,加了几种不同的颜色主题。

科大官网上有与之对应的USTC公用PPT模板

使用说明

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

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

自定义你的主题颜色

一旦在 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=169aspectratio=43可以更改宽高比,默认是 4:3。

下载地址

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

ustcbeamer's People

Contributors

cuihaoleo avatar fylimas avatar jmcui avatar seisman avatar ywgatustcbbs avatar zepinglee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ustcbeamer's Issues

some error about EOL

in main.tex, there are some EOLs are <CR><LF> while other EOLs are <LF>. the former is the EOL of Windows OS, and the latter is the EOL of Unix/Linux/Mac OS X. it results in the file will be thinked as a Unix file, but at the end of some lines there will exist some <CR>. like this.

Screenshot from 2020-07-24 12-12-18

0x0d is the ascii code of <CR>.

it is not a serious problem, because of the <CR> always exist after the '%', which means the begin of a comment.

and perhaps there are other problems in this beamer... still, it is a good work.
thanks for your effort in this beamer.

目录生成

现在的目录生成页中subsection好像是在同一行并列的形式,怎么将每个subsection的标题在不同行排列呢?

aspectradio参数问题

无法调整aspectradio,只能默认的4:3,换成其他比例页面有问题,不知道是否能适配一下,谢谢!

Sent from PPHub

颜色问题

模板颜色设置为黑色编译失败

\usepackage[ustcblue]{black}

显示

! LaTeX Error: File `black.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

Two front warnings and request to upload as template

Thanks for your contributions; it helps me a lot. Yet, there are two Warnings about the fronts here:

  1. Package fontspec Warning: Font "FandolSong-Regular" does not contain requested Script "CJK".
  2. Package fontspec Warning: Font "FandolHei-Regular" does not contain the requested Script "CJK".

And, could I submit the Template to Overleaf Gallery?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.