LaTeX Beamer and Beamer Poster Templates
I use LaTeX for basically everything, from writing papers to designing posters and preparing presentations. The presentation and the poster templates use the official UAF colors.
- To get the latest version, go to my github-repository and click on "download". Choose your favorite file format.
- Alternatively (even better), clone the repository using git. Note: You must have git installed. Do "git clone git://github.com/aaschwanden/uaf-beamer.git". Stay updated with "git pull"
- Place the files under ~/texmf/tex/latex/, and latex will everything right away. If the folders don't exist, create them
UAF theme
\usetheme[headline,footline]{UAF}

UAFshade theme
\usetheme[headline,footline]{UAFshade}

UAFblue theme
\usetheme[headline,footline]{UAFblue}

ARSC theme
\usetheme[headline,footline]{ARSC}

GI theme
\usetheme[headline,footline]{GI}

ARSC poster theme
\documentclass[final,t]{beamer}
\mode<presentation>
{
\usetheme{ARSCposter}
}
\usepackage[orientation=landscape,size=custom,width=145,height=104,scale=1.35]{beamerposter}

GI poster theme
\documentclass[final,t]{beamer}
\mode<presentation>
{
\usetheme{GIposter}
}
\usepackage[orientation=landscape,size=custom,width=145,height=104,scale=1.35]{beamerposter}
- The GIposter theme looks similar to the ARSC theme, but with the GI logo instead
- In general, the poster themes require a bit more customization
- To get started, you can have a look at an example file.