Page LayoutPicture in margin with beamer

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
emeric
Posts: 4
Joined: Sat May 08, 2010 11:12 am

Picture in margin with beamer

Post by emeric »

Hi,

I would like to include a picture in margin of my latex slides.
I use beamer class with following declarations :

Code: Select all

\documentclass[11pt]{beamer}

\usepackage[utf8]{inputenc}
\usepackage[english,frenchb]{babel}
\usepackage{pgf}
\usepackage{tikz}
\usepackage{pgfpages}
\usetikzlibrary{arrows,automata}
\usecolortheme{whale} 
\usecolortheme{rose}
\usefonttheme[onlylarge]{structuresmallcapsserif}
\usefonttheme[onlysmall]{structurebold}
\setbeamerfont{title}{family=\rmfamily}
\setbeamercolor{title}{fg=red!60!black,bg=blue!20!white}
\useoutertheme[height=0pt, width=50pt, hideothersubsections]{sidebar}
\setbeameroption{notes on second screen}

\begin{document}
\begin{frame}
Un truc a mettre
\end{frame}
\end{document}
So, a blue margin appears at left of slides.. I would like to put a picture into it, so at left bottom of slide, but I don't succeed to do it..

Pleaze, could you help me?

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

emeric
Posts: 4
Joined: Sat May 08, 2010 11:12 am

Re: Picture in margin with beamer

Post by emeric »

Up.. No ideas? It's quite urgent :/
emeric
Posts: 4
Joined: Sat May 08, 2010 11:12 am

Re: Picture in margin with beamer

Post by emeric »

Still no help?
Post Reply