Search found 4 matches

by fkpacini
Wed Aug 17, 2011 7:15 pm
Forum: Page Layout
Topic: beamer | Make the Logo overlap the Rest
Replies: 7
Views: 5330

beamer | Make the Logo overlap the Rest

It gives me error while compiling.... the

Code: Select all

\AddToShipoutPictureF
G is good, is there another way to put the logo at the lower right of the page?
by fkpacini
Wed Aug 17, 2011 6:28 pm
Forum: Page Layout
Topic: beamer | Make the Logo overlap the Rest
Replies: 7
Views: 5330

Re: beamer | Make the Logo overlap the Rest

\documentclass[latin1,english,9pt,trans]{beamer}

\mode<presentation>
{
\usetheme{Warsaw}
% or ...
\setbeamercolor{title}{fg=white,bg=white!20!orange}
\setbeamercolor{structure}{fg=white!20!orange}

\setbeamercovered{transparent}
% or whatever (possibly just delete it)
}

\frenchspacing ...
by fkpacini
Wed Aug 17, 2011 5:57 pm
Forum: Page Layout
Topic: beamer | Make the Logo overlap the Rest
Replies: 7
Views: 5330

beamer | Make the Logo overlap the Rest

Hi!! Sure!
I am used beamer class, mode presentation.
Here is a sample:

\documentclass[latin1,english,9pt,trans]{beamer}

\mode<presentation>
{
\usetheme{Warsaw}
% or ...
\setbeamercolor{title}{fg=white,bg=white!20!orange}
\setbeamercolor{structure}{fg=white!20!orange}

\setbeamercovered ...
by fkpacini
Wed Aug 17, 2011 5:48 pm
Forum: Page Layout
Topic: beamer | Make the Logo overlap the Rest
Replies: 7
Views: 5330

beamer | Make the Logo overlap the Rest

Hi everybody,
Does anyone know how to make sure that a command such as

\logo{\includegraphics[height=0.7 cm]{RogersLogo.png}}

correctly overlaps any possible other stuff that come into the logo area at the bottom of the page? The file is a transparent PNG btw.
If I find out I can avoid use Power ...