I would like to include a picture in margin of my latex slides.
I use beamer class with following declarations :
Code: Select all
Code, edit and compile here:
\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}
Pleaze, could you help me?