I made my presentation in LaTeX with the beamer class.
Only on the title page I want the logo of my university top left.
This code only set the logo central

Code: Select all
\titlegraphic{\includegraphics[width=2cm,height=2cm]{uni-logo}}
Code: Select all
\documentclass[smaller, ngerman, notheorems]{beamer}
\usepackage{graphicx}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{wrapfig}
%jkcommands anfang
\usepackage[pdftex]{color}
% AMS-Pakete für Mathe
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{dsfont}
\usepackage{trsym}
\usepackage{pifont}
\input{jkcommands.tex}
%jkcommands ende
%Neue Schrift Anfang
\renewcommand{\rmdefault}{phv} % Arial
\renewcommand{\sfdefault}{phv} % Arial
%Neue Schrift Ende
\usetheme{Marburg}
\institute{Institution}
\title{The Title
\author{The Authos(s)}
\date{July 01, 2010}
greetings from Germany
Herbststurm