LaTeX Beamer-Poster TUGraz Style

Abstract

LaTeX-Beamerposter is a latex extension allowing to build posters using LaTeX. This web-site provides a LaTeX-Beamerposter theme for generating presentations on basis of the cooperate identity of the TUGraz.

Screenshot
an example poster
an example poster
Downloads

The current version of the tugraz-beamerposter theme can be downloaded here:

Install & Usage

In order to install and use this style you need to:

Usage

As for every other beamer theme you have to use the document calss beamer:

\documentclass{beamer}
Select the theme by the following statements:
\mode<presentation>
{
  \usetheme{TUGraz}
}

Note, that this theme supports additional arguments:

The logo of the university and the logo of the institute have to be specified by following commands. Replace images/uni_logo and images/inst_logo with the paths to your logos.

\pgfdeclareimage[height=4cm]{institute-logo}{images/ist_logo}
\logoleft{\pgfuseimage{institute-logo}\vspace*{-0.5cm}}

\pgfdeclareimage[height=4cm]{university-logo}{images/logo}
\logoright{\pgfuseimage{university-logo}}