Page LayoutLogo in Beamer Hannover's theme

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
armcar
Posts: 1
Joined: Wed Dec 16, 2009 5:18 pm

Logo in Beamer Hannover's theme

Post by armcar »

Hi,
I'm using Hannover's theme with my first beamer presentation.
I've made some modifications (basicaly colors), but could not see the university logo.

Help will be apreciated! The best would be if the log could be seen at left bottom.(see image, please)

Thanks

Armando

Code: Select all

\documentclass[]{beamer}
\usepackage[portuguese,activeacute]{babel}
\usepackage[latin1]{inputenc}
\usepackage{graphics}
\usepackage{graphicx}
\usepackage{hyperref}
% ---------------------------------------------------- tema --
\usetheme{Hannover}
% ------------------------------------------ tema (pessoal) --
%\include{99-Personalizacao}  
%
% ------------------------------------------------------------
% ----------------------------------------------- Documento --
\begin{document}
%
% ------------------------------------------ Para 1ª Pagina --
\usebackgroundtemplate{
	\includegraphics[width=1.0\paperwidth,
	height=1.0\paperheight]
	{images/Fundo-USAL01}
}
%
% ---------------------------------------- Definições Macro --
\title[Web Spam]{A incidência de Web Spam\\nos sistemas de\\Recuperação de Informação}   
\author[A. Carvalho]{Armando Carvalho} 
\date{\today}
\logo{\includegraphics[scale=0.17]{images/usal.png}}     %%% INFELIZMENTE NEM TODOS TEMPLATES MOSTRAM
\institute[USAL]{Universidad de Salamanca \\Departamento de Informática y Automática}
%
% --------------------------------------------------- Slide --
\begin{frame}
	\titlepage
\end{frame}
% ------------------------------------------------------------
%
% ------------------ Fundo para as paginas diferentes da 1ª --
%\beamersetaveragebackground{yellow!10} 
\usebackgroundtemplate{
	\includegraphics[width=1.0\paperwidth,
	height=1.0\paperheight]
	{images/Fundo-USAL}
}
%
% --------------------------------------------------- Slide --
%                   AREA DE INCLUDES
% ------------------------------------------------------------
%  Inicio da apresentação
% --------------------------------------------------- Slide --
%  \section{Introdução} 
% ------------------------------------------------------------
%\include{01-introducao}                    %% conhecimento previo
%
% --------------------------------------------------- Slide --
\begin{frame}
	\frametitle{Indice}
	\tableofcontents
\end{frame}
%
% ------------------------------------------------------------

\end{document}

sc01.jpg
sc01.jpg (112.02 KiB) Viewed 3733 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply