I try to use ocgtools in a beamer presentation, which worked for me some time ago.
But now (TeXLive 2013) this seems not wo work anymore. As soon as I include the ocgtool package there are errors like
! Infinite glue shrinkage found in a paragraph. \@EveryShipout@Hook ...\@cclv \unhbox \@cclv \fi }
Here a minimal example
\documentclass{beamer}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{ocgtools}
\begin{document}
\frame{
\ocgpicture[width=.5\textwidth]{img}
}
\end{document}
Does anybody know how to circumvent this errormessages?
ocg-pandocgxpackages... – Paul Gaborit Jul 07 '13 at 17:34ocgtoolspackage is not distributed by TeXLive 2013. – Paul Gaborit Jul 07 '13 at 23:47