Generally speaking, I am not an aficionados of writing in forum. When I'm looking for information or trying to debug something, I always find a solution by looking around in existing topics. This time, I haven't. I struggle for a few hours with that bug, and I don't now how to solve it. Maybe you can help me.

Here is the problem. For preparing my documents and others presentations, I usually work on Overleaf... Please don't judge me :p But this time, and because the documents and presentations I am doing now are much longer than I used to do, I want to switch to something not online : I chose Texmaker. What I want to do, and which was working perfectly on Overleaf is to generate an animated gif by using the package animate and tikz, by doing so :
Code: Select all
\node[right, overlay] at (-1.5,0){\animategraphics[trim=9cm 1.5cm 9cm 1.5cm, clip, autoplay, loop, height=3.5cm]{3}{figures/image_}{1}{10}};
There is something wrong with the animate option "clip", and this does not happen when I'm doing it witin a classic includegraphics entry.! Package xkeyval Error: `clip' undefined in families `anim@user'.
Do you have any idea what is wrong with that line ?
I would reaaaally appreciate.
Meanwhile, I wish you all a great afternoon.
Maxime