Search found 7 matches

by timur
Mon Oct 29, 2012 11:33 am
Forum: General
Topic: long equation across whole page in two-column document
Replies: 5
Views: 115130

long equation across whole page in two-column document

Can anybody please suggest how to implement equation two-column spanning this very way?

text in first column. text text in second column. tex
in first column. text in f t in second column. text i
irst column. text in first n second column. text in s
column. text in first colu econd column ...
by timur
Wed Sep 28, 2011 8:35 am
Forum: Math & Science
Topic: amsmath | Conflict with non-standard Document Class
Replies: 8
Views: 11887

Re: amsmath | Conflict with non-standard Document Class

Thanks! I appreciate your help.
by timur
Mon Sep 26, 2011 12:38 pm
Forum: Math & Science
Topic: amsmath | Conflict with non-standard Document Class
Replies: 8
Views: 11887

amsmath | Conflict with non-standard Document Class

Hi all, again!

I have another problem with the same class definition ws-ijcis.cls. I attach here too.
The error mainly with the lemma environment. I have


\begin{lemma}\label{lemma_name}
...
\end{lemma}


When I refer to this lemma by


\ref{lemma_name}


it gives me the following error ...
by timur
Wed Sep 21, 2011 5:12 pm
Forum: Math & Science
Topic: amsmath | Conflict with non-standard Document Class
Replies: 8
Views: 11887

Re: amsmath | Conflict with non-standard Document Class

Thanks localghost! It worked!
by timur
Wed Sep 21, 2011 9:54 am
Forum: Math & Science
Topic: amsmath | Conflict with non-standard Document Class
Replies: 8
Views: 11887

amsmath | Conflict with non-standard Document Class

Nikolay,

When I insert \footnotemark in the equation environment and place \footnotetext{...} just after the equation
\begin{equation*}
\left\{
\begin{aligned}
...,\\
...,\footnotemark,\\
\end{aligned}
\right\}
\end{equation*}
\footnotetext{...}
it gives me an error:
\ijcis\1\ws-ijcis.tex(393 ...
by timur
Tue Sep 20, 2011 6:02 pm
Forum: Math & Science
Topic: amsmath | Conflict with non-standard Document Class
Replies: 8
Views: 11887

Re: amsmath | Conflict with non-standard Document Class

Thanks a lot, Nicolay!

That worked just fine!
by timur
Tue Sep 20, 2011 11:14 am
Forum: Math & Science
Topic: amsmath | Conflict with non-standard Document Class
Replies: 8
Views: 11887

amsmath | Conflict with non-standard Document Class

Hi all,

I have an error "LaTeX Error: Command \equation* already defined" when I compile the .tex file which uses ws-ijcis.cls (attached to this post). However, when I comment out the line "\usepackage{amsmath}" the problem goes away.

But I need to use amsmath package for my math formulas.

Could ...