On 31 bře, 15:49, "Dr. Georg Damm" <[email protected]> wrote:
> >> * Does \visible help?
> >No.
>
> I was wrong. Tried it again in a new tex-file and it solved my
> problem.

Nice to hear this.

If you want to make a command aware of beamer frames, you can redefine
it by \newcommand<> macro, as explained in Beamer User Guide, chapter
9.6.1 Making Commands and Environments Overlay-Specification-Aware, it
should be something similar to the example from beamer user guide:

\renewcommand<>{\hyperlink}[2]{\only#3{\beameroriginal{\hyperlink}{#1}
{#2}}}

or something similar to

\renewcommand<>\includegraphics[2][]{\only#3{\beameroriginal
\includegraphics[#1]{#2}}\ignorespaces}

(relevant code from beamer sources). I have seen that there is a
beamer discussion list, you can ask there.

Robert
>
> Georg

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to