Skip to content

liu-qilong/Beamer-LaTeX-Themes

Repository files navigation

Beamer-LaTeX-Themes

Hi👋

Here are some beamer templates which are secondary creations of SINTEF Presentation template. Thanks Federico Zenith for creating such tasted and well-designed works. To use it in my and my friends' schools/organizations, I rewrote and added some icons and features to adapt to specific surroundings✨.

All templates have been submitted to Gallery - Overleaf, please check them here👇

Noted that if you'd like to include Chinese text, please use XeLaTeX for typesetting.

Below shows some examples:

Title Pages for Schools/Organizations

  • The Hong Kong Polytechnic University PolyU
  • Southwest University SWU
  • Shenzhen University SZU
  • Shenzhen Academic of Environmental Science SAES
  • Harbin Institute of Technology HIT

    Thanks LeeWlving for contributing this template!

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

Make Your Own Theme?

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: Replace icon pictures

The images/ folder stores the icon pictures. The SINTEF_Logo_Sentrert_RGB.jpg is the icon picture shown on the title page & normal pages. And the SINTEF_Logo_Sentrert_Negativ_RGB.jpg is the icon picture shown on the contents pages & end page, both on the left-top corner.

You can replace them with your own icons, noted that the pictures' file names should be the same as the original ones, otherwise the theme doesn't know how to find your icons.

For those who open the template on Overleaf, please click the Upload button on the top-left corner to upload your icon pictures, and replace the original icon files in the images/ folder.

Step 3: Replace background picture

The images/ folder also stores the background picture, which is background.png. You can fell free to replace it in the same way as Step 2.

Step 4: Change the main colour

To optimize the visual appearance, it's recommended to change the main colour, which will be used as the colour of titles and backgrounds. The 7-th line of sintefcolor.sty file defines the main colour:

\definecolor{sintefblue}{RGB}{148,0,64}

Assuming that the RGB value of the new main colour is (254, 191, 75), just rewrite the last 3 values in the code as:

\definecolor{sintefblue}{RGB}{254, 191, 75}

Now you have your brand new template 👏🎉

Issues & Suggestions

If you have any revision suggestions, please create an issue in this repository. Thanks indeed🤝

About

Customized beamer templates based on SINTEF Presentation template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages