% call pdflatex example.tex and everything works fine.
% call perl fancy-preview.pl example.tex and no tables will be separated. remove tables and everyhing works fine.
\listfiles
\tracingstats=2
\documentclass[fontsize=11pt,paper=a4,twoside=false,captions=tableheading,hyperref]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{geometry}
% \usepackage{varioref}
% --ini_file=inifile.ini
\begin{document}
\begin{table}[ht]\centering
\begin{tabular}{c c c c}\\ \hline
0 & 3 & 3 & 2\\ \hline
\end{tabular}
\caption{A}
\label{tab:A}
\end{table}
\ref{tab:A}
\begin{equation}
\label{eq:E}
(r(t)|x'|^{p-2}x')'+c(t)|x|^{p-2}x+\sum_{i=1}^m c_i(t)|x|^{p_i-2}x=e(t),
\end{equation}
\ref{eq:E}
\end{document}
There will be added to more questions in a separate thread. (how to add varioref and how to use tooltipanim with a still existing file of fancytooltip)
I cannot understand, why table cannot be extracted.