I want to export equations from LaTeX to PowerPoint (if possible as vector graphic, e.g. .svg). I use Windows7 / Office 2010 and ShareLaTeX. Since I would like to export every equation, I tried:
\usepackage[active,tightpage]{preview}
\PreviewEnvironment{equation}
\begin{equation}
\dot x = f(x(t))
\end{equation}
\begin{equation}
x(t_0) = x_0
\end{equation}
But I have no idea, how to convert the .pdf into a .svg-file.
Would be great, if somebody could help.