\label
in the {theorem}
environment like this:
Code: Select all
\documentclass{article}
\usepackage{amsthm}
\newtheorem{theorem}{Theorem}
\begin{document}
\begin{theorem}
This is Theorem.
\label{label}
\end{theorem}
\end{document}
Code: Select all
\documentclass{ws-ijprai}
\begin{document}
\begin{theorem}
This is Theorem.
%\label{label}
\end{theorem}
\end{document}
Code: Select all
! Undefined control sequence.
<write> \newlabel{label}{{\p@Theorem
\theTheorem }{\thepage }}
They probably have predefined theorem environment which does not allow putting label inside theorem. Does anybody know how to solve the problem? I attached their file style.