Beemer

Convert to Individual Files

https://tex.stackexchange.com/questions/240243/getting-gif-and-or-moving-images-into-a-latex-presentation

type:

convert -coalesce something.gif something.png

Syntax Highlighting: minted

usepackage{minted}

which needs:

sudo apt-get install python-pygments

Embedding movies1:

https://tex.stackexchange.com/questions/252348/how-to-embed-a-video-in-beamer-and-reproduce-it-by-using-okular

code:

\usepackage[loop,controls,buttonsize=0.24cm,buttonbg=0.8,autoplay]{animate}
%% normal frame
\begin{frame}{Why julia?}
  \begin{figure}
        \centering
          \animategraphics[loop,width=\textwidth,every=1]{100}{videos/v1/out_}{1}{1199}
        \caption{Our Algorithms where not Solving in Real-Time!}
  \end{figure}
\end{frame}

Viewing slides

Okular:

sudo apt-get install okular

xPDF

install:

sudo apt-get update
sudo apt-get install xpdf