I really like to use dot separator as an universal separator, also in filenames, now trying to find a way to use it with animate package.
Code where the filename gait.ataxia fails but also surrounding it with curly brackets fails: {gait.ataxia}
\documentclass{beamer}
\usepackage{animate}
\usepackage{graphicx}
\begin{document}
\begin{frame}
\begin{figure}
%https://tex.stackexchange.com/a/373780/13173
% TODO fails here
\animategraphics[controls,autoplay,loop]{2}{gait.ataxia}{00}{16}
\end{figure}
\end{frame}
\end{document}
Output: ! Package animate Error: None of the files
Output with surrounding extra curly brackets: ! Argument of \end has an extra }.
Testing AlexG's proposal
Adding \usepackage{grffile}, clear the errors but the animation itself is full-stop where action links do not respond.
Without filename.dot structure, the animation works normally.
Output: animation in full-stop + animation link actions do not respond
OS: Debian 8.7
TeXLive: 2017
PDF viewer: acroread Adobe Acrobat 9.5.x
Gif image source: here in Fig. 1 with the corresponding convert command run
grffile. – AlexG Jun 15 '17 at 11:05grffiledoes the trick. – AlexG Jun 15 '17 at 11:11grffileafter TeXLive 2017 package updates! How isgrffilenecessary here? Can it improve the stability? I want to understand why the code did not work in my earlier system state. – Léo Léopold Hertz 준영 Jun 15 '17 at 11:14grffiletomorrow. – AlexG Jun 15 '17 at 11:16grffilestill needed. – AlexG Jun 16 '17 at 13:35grffile? – Léo Léopold Hertz 준영 Jun 16 '17 at 13:39! LaTeX Error: Unknown graphics extension: .file00000.png.– AlexG Jun 16 '17 at 13:59