Skip to content

angine04/college-beamer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

115 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

College Beamer

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✨.

Colleges & institutes

  • The Hong Kong Polytechnic University (香港理工大学) PolyU
  • Southwest University (西南大学) SWU
  • Shenzhen University (深圳大学) SZU
  • Shenzhen Academic of Environmental Science (深圳环境科学院) SAES
  • Harbin Institute of Technology (哈尔滨工业大学) HIT

    Thanks to LeeWlving for contributing this template!

  • Zhejiang A&F University (浙江农林大学) ZAFU

    Thanks to ke1ewang for contributing this template!

  • Northwestern Polytechnic University (西北工业大学) NWPU

    Thanks to chellyzzz for contributing this template!

  • Chongqing University (重庆大学) CQU

    Thanks to ZackH2002 for contributing this template!

  • Harbin Engineering University (哈尔滨工程大学) HEU

    Thanks to Rui Yann for contributing this template!

  • Dongguan University of Technology (东莞理工学院) DGUT

    Thanks to Penn Lam for contributing this template!

  • Zhejiang University of Technology (浙江工业大学) ZJUT

    Thanks to Wei Hu for contributing this template!

  • China University of Oceanography (中国海洋大学) OUC

    Thanks to ziao-huang for contributing this template!

  • Beijing Jiaotong University (北京交通大学) BJTU

    Thanks to mochuishle for contributing this template!

  • Xiamen University (厦门大学) XMU

    Thanks to Marquis03 for contributing this template!

  • Zhenzhou University (郑州大学) ZZU

    Thanks to wzhyhxn for contributing this template!

  • Tianjin Normal University (天津师范大学) TNU

    Thanks to zhangb-dev for contributing this template!

  • Tsinghua University (清华大学) THU

    Thanks to Ziyi Chen for contributing this template!

  • ShanghaiTech University (上海科技大学) ShanghaiTech

    Thanks to Hanwei He for contributing this template!

  • CityUHK (香港城市大学) CityUHK

    Thanks to Li Yanru for contributing this template!

Some of these templates have been submitted to Overleaf, please check them here👇

P.S. Sadly, Overleaf no longer accepts institute-related templates from non-official accounts.

Options & usage

Switch college/institute

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}

Language Selection

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.

Switch language

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)

Page elements

  • Table of Contents

    At the beginning of each section, the table of contents will be shown with the current chapter highlighted. toc

  • Sub-section page ssec

  • Math equation math

  • Code block code

  • End page end

Add your own college?

Would like to make your own theme on top of these themes? It's quite easy, only a few steps are needed:

Step 1: Get the files

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.

Step 2: Place logos and background

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.

Step 3: Add college/institute option

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 👏🎉

Issues & suggestions

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.

About

Customized beamer templates for colleges/institutes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TeX 95.3%
  • Perl 4.7%