I want to open a latex file but it gives error , it can not understand
\QATOP
and
\func
\begin{equation}
Li_{-r}\left( x\right) =\frac{\sum_{j=0}^{r}\left\langle \QATOP{r}{j}%
\right\rangle x^{r-j}}{\left( 1-x\right) ^{r+1}} \label{3}
\end{equation}%
\begin{equation*} \zeta \left( s\right) =\frac{1}{\Gamma \left( s\right) }\int_{0}^{\infty }t^{s-1}\frac{e^{-t}}{1-e^{-t}}dt\text{ \ for }\func{Re}\left( s\right) >1% \text{.} \end{equation*} –
how can I resolve it

tcilatexto get these definitions. – Andrew Swann Jun 13 '14 at 17:54ftp://ftp.mackichan.com/sw25/updates/tcilatex.tex. – Mico Jun 13 '14 at 18:03tcilatex.texcontains\def\QATOP#1#2{{#1 \atop #2}}, so you can just put this definition at the top of your file.\atopis now generally deprecated because of its strange syntax, see http://tex.stackexchange.com/q/119096/15925 for an alternative. – Andrew Swann Jun 13 '14 at 18:28