Common:

1,Tabbings are sometimes interpreted incorrectly
  The text is sometimes overwritten. I really don't know, how to cope with
  this problem. Mr Olsak said, that this is untranslatable.

text\>2nd text
long text\>another text

2,Captions of formulas is loosed. I really don't know how to include it
  into LaTeX file.
\begin{equation}
a=1
\caption{BlaBla}		%this causes LaTeX to crash
\end{equation}

3,Some extended characters from WP 6.x are converted incorrectly.
  The small fix was done. The sources.cc/cp_lib/*.enc files are
not finished.  

4,If the equation is larger than page with then it isn't shorted
or splitted into two lines.
You should do this manually.

5,Images are not converted. (You can do it yourselves if you want.)

6,Do anybody know what the command 'MATFORM' in WP math formula mean
  and how to use it?

7,Double subscript or double supscript are not converted properly and
  it causes LaTeX warning. (Why LaTeX couldn't read this x^y^2 and require
  x^{y^2}?)


PAS Release:
a,Equations larger than 256 bytes are cutted. Sorry for this. Use C++
  version with dynamic strings, if you want to avoid this problem.
b,Pas release is currently obsolette and its conversion results
  are bad.


