Hi👋 Here are some beamer templates which are secondary creations of SINTEF Presentation template. Thanks Federico Zenith for creating such well-designed works. To use it in my and my friends' schools/institutes, I rewrote and added some icons and features to adapt to specific surroundings✨.
- The Hong Kong Polytechnic University (香港理工大学)
- Southwest University (西南大学)
- Shenzhen University (深圳大学)
- Shenzhen Academic of Environmental Science (深圳环境科学院)
- Harbin Institute of Technology (哈尔滨工业大学)
Thanks to LeeWlving for contributing this template!
- Zhejiang A&F University (浙江农林大学)
Thanks to ke1ewang for contributing this template!
- Northwestern Polytechnic University (西北工业大学)
Thanks to chellyzzz for contributing this template!
- Chongqing University (重庆大学)
Thanks to ZackH2002 for contributing this template!
- Harbin Engineering University (哈尔滨工程大学)
Thanks to Rui Yann for contributing this template!
- Dongguan University of Technology (东莞理工学院)
Thanks to Penn Lam for contributing this template!
- Zhejiang University of Technology (浙江工业大学)
Thanks to Wei Hu for contributing this template!
- China University of Oceanography (中国海洋大学)
Thanks to ziao-huang for contributing this template!
- Beijing Jiaotong University (北京交通大学)
Thanks to mochuishle for contributing this template!
- Xiamen University (厦门大学)
Thanks to Marquis03 for contributing this template!
- Zhenzhou University (郑州大学)
Thanks to wzhyhxn for contributing this template!
- Tianjin Normal University (天津师范大学)
Thanks to zhangb-dev for contributing this template!
- Tsinghua University (清华大学)
Thanks to Ziyi Chen for contributing this template!
- ShanghaiTech University (上海科技大学)
Thanks to Hanwei He for contributing this template!
- CityUHK (香港城市大学)
Thanks to Li Yanru for contributing this template!
Some of these templates have been submitted to Overleaf, please check them here👇
- The Honk Kong Polytechnic University (PolyU) Beamer Presentation Theme
- 西南大学 SWU Beamer 模板
- 深圳大学 SZU Beamer 模板
- 深圳环境科学院 SAES Beamer 模版
- 哈尔滨工业大学 Beamer 模版
- 浙江农林大学 ZAFU Beamer 模版
P.S. Sadly, Overleaf no longer accepts institute-related templates from non-official accounts.
Switching between different college/institute is quite easy, just add college/institute name (all lower case) to the collegeBeamer package. For example, to switch to the PolyU theme, add polyu to the package:
\usepackage[polyu,en]{collegeBeamer}
To change the language of the slides, simply set the option to en (English) or zh (Chinese). All necessary configurations are already handled in the .sty file.
Note: If you select zh (Chinese), please use the XeLaTeX compiler for proper font support.
To switch the language, just change the language option in the collegeBeamer package. For example:
\usepackage[heu,en]{collegeBeamer} % For English
or
\usepackage[heu,zh]{collegeBeamer} % For Chinese (requires XeLaTeX)
-
Table of Contents
At the beginning of each section, the table of contents will be shown with the current chapter highlighted.
Would like to make your own theme on top of these themes? It's quite easy, only a few steps are needed:
To get the files, you can fork & clone the repository to your computer.
Alternatively, you can open the templates' Overleaf webpages and click Open as Template.
Create a subfolder under src/ named as your college. Place color-logo.png (logo image with background color), trans-logo.png (logo image with transparent background), and background.png (background image on the cover page) into it.
Starting from the 37-th line of collegebeamer.sty, all college/institute options are defined. Add your college/institute name in the same format, e.g.:
\DeclareOption{polyu}{
\renewcommand{\maincolorRGB}{128, 57, 61} % the theme's main color in RGB
\renewcommand{\colorlogoPath}{src/PolyU/color-logo.png} % path to the logo image with background color
\renewcommand{\translogoPath}{src/PolyU/trans-logo.png} % path to the logo image with transparent background
\renewcommand{\backgroundPath}{src/PolyU/background.png} % path to the background image
}
Noted that the theme's main color will be used in the front-ground of titles and background colors of the sectional page.
P.S. You may also choose to use a logo with white background for
\translogoPath. Please refer to issue #8 for considerations.
Now you have your brand new template 👏🎉
If you have any revision suggestions, please create an issue in this repository. Thanks indeed🤝
We also welcome any contributions to this repository. If you have created a new college/institute theme, please consider making a pull request to add it to this repository. Thanks a lot🙏
P.S. Sadly, Overleaf no longer accepts institute-related templates from non-official accounts. Your contributed templates would only be available from this repository.