This is a beamer version of the SCC presentation template, which is normally PPT only.
If you wish to sample the wonder, download the sample to sample the sample!
If you have a unix variant, download and install using this tar.
If you have any other platform, download this zip and manually install using the instructions below.
Using the theme once installed is easy. Right now there are basically no options, so just include the following in your document prelude:
\usetheme{Infolab21}
%\usecolortheme{infolab21} % can be used with other themes, but is implicit in the ilab21 theme
The install package contains a script that will copy files into your beamer directory and rebuild your LaTeX cache. Run it thus:
$ chmod +x install.sh
$ sudo ./install.sh /usr/share/texmf-dist/tex/latex/beamer/themes/
(lots of copying output)
If you wish to install manually, simply copy the .sty files that come in the package to your beamer themes directory, and place the images in /usr/share/infolab21beamer/images/. If you wish to change where the images are, you will need to edit beamerouterthemeinfolab21.sty — check below for what to edit.
To install on other platforms, you will need to manually copy the files into the latex directory and edit the path to the background image. You might also need to rebuild the LaTeX cache, but this will depend on the system.
ilabbg1.png and ilabbg2.png) somewhere on your system, and keep a note of where.beamerouterthemeinfolab21.sty, and change line 38 (\graphicspath{{/usr/share/infolab21beamer/images/}}) so that it points to where you placed the background image.