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.
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.
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.texCheck example.tex for a full LaTeX example, and see example.pdf for the resulting PDF file.