Skip to content

csc-training/slide-template-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial CSC LaTeX Beamer slide template

Tries to replicate the 2025 CSC PowerPoint/LibreOffice template.

Currently supports:

  • title page
  • simple content page with single column

TODOs:

  • implement thank you page

Pull requests welcome for supporting further slide types.

Requirements

Needs lualatex or xelatex in order to support TTF fonts. For example on Ubuntu 22.04 the package texlive-latex-recommended should bring along everything needded.

Usage

Use these lines at the top of your LaTeX Beamer document:

\documentclass[aspectratio=169,10pt]{beamer}
\usetheme{csc2025}

You can optionally set the desired background color and title page image for the theme:

\usetheme[blue,image=images/puhti.jpeg]{csc2025}

Background color options are: orange, red, blue and green.

To compile the example file, just run:

lualatex example.tex

Example

Check example.tex for a full LaTeX example, and see example.pdf for the resulting PDF file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages