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

Code, edit and compile here:
\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}
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
sc01.jpg
sc01.jpg (112.02 KiB) Viewed 3640 times

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply