I am using the style file at http://www.tandf.co.uk/journals/authors/gitrLaTeX.zip under the site http://www.tandf.co.uk/journals/journal ... inktype=44.
However, I have a little problem.
The style file does not supports property environment, I handled this problem by using the following code:
Code: Select all
\def\principlename{Property}
But I now have a interesting problem.
I have some remarks and I had to label them as follows:
Code: Select all
\begin{remark}\label{drmk1} ...
\end{remark}
Code: Select all
The following lemma follows from Remark~\ref{drmk2}.

But I want the called remark reference number not to be italic.
Is that possible?
Thanks.
bkarpuz
PS. When I call lemma or theorem reference numbers they do not appear italic.