2013/11/13 Uwe Ade

> Hello,
>
> in my Presentation with beamer  I use the Option „allowframebreaks“ .  if
> I only use Text for the slide title this works well. In my presentation
> some slides are add-on. They have Information i will tell but vor
> the students this slides are not relevant for there exame. To mark this
> clear i want to take a small Grafik „ADDON“ in the title. And there are
> the problems. In Combination mit „allowframebreaks“ i get an error
> messages
> „Missing $ inserted“.
> Are there any solution to put a grafik in Beamer title an using
> „allowframebreaks"
>

Try this:

In preamble:


\pgfdeclareimage[width=5em]{addon}{/Users/uwe/ownCloud/Vorlesung_2013_2014/0_Vorlesung_fundamente/Bilder/Addon}


And then in the frametitle, where you want to have the image:


\pgfuseimage{addon}


Jürgen

Reply via email to