/beamerthemeLUH

An unofficial LaTeX Beamer theme that is trying to follow the Coprorate Design Guidelines of Leibniz Universität Hannover.

Primary LanguageTeX

LUH Beamer Theme

An unofficial LaTeX Beamer theme that is trying to follow the Coprorate Design Guidelines of Leibniz Universität Hannover. Here are some examples of how it might look:

Some Lists

Some Lists

Some Block

Installation

Simply clone the repository (or copy the files) to a location where LaTeX can find the .sty files.

  • One way would be to copy them to your working directory.

  • Or you could use the following commands to specify one or more directories where LaTeX should look for files:

    \makeatletter
    % The folder beamerthemeLUH is in the parent directoy.
    \def\input@path{{../beamerthemeLUH/}{/some/other/path/}}
    \makeatother

Configuration

You should use the following commands to set up the logos:

\unilogo{\includegraphics[height=\LUHLogoHeight]{luh_logo_rgb}}
\logo{\includegraphics[height=\LUHLogoHeight]{department_logo}}
\titleimage{\includegraphics[width=.7\paperwidth]{luh_title_image}}

You will have to obtain the university logo and title image yourself (in PDF, PNG or JPEG format) because I'm not sure if it's okay to upload them here.

If you want to leave out any of the abovementioned design elements, simply pass an empty argument as in \titleimage{}.

For further customization please read the source code. If you find anything that can be improved, feel free to write an issue or send a pull request.