Search found 3 matches

by fifinho
Sun Mar 21, 2010 2:59 pm
Forum: General
Topic: TexnicCenter problem
Replies: 1
Views: 1761

TexnicCenter problem

Dear Users

I have had a very annoying problem with the latex-editer TexnicCenter. I like this editor because it compiles very fast. But i have following 2 problems.

1)

In TexnicCenter, sometimes when a error occurs in the document it dosent give me the location of the error. When I click the ...
by fifinho
Sun Dec 27, 2009 4:34 am
Forum: Math & Science
Topic: Using equation inside "itemize"
Replies: 7
Views: 42653

Re: Using equation inside "itemize"

Thanks for the great answers. Normally when you write a equation in latex it looks like this:

\begin{equation}
\frac{a}{b}+c
\end{equation}

the out becomes:

a/b + c ------------------------(1)

so the formula is displayed and "equation number" is added as well. I can choose to remove the ...
by fifinho
Mon Dec 21, 2009 8:07 pm
Forum: Math & Science
Topic: Using equation inside "itemize"
Replies: 7
Views: 42653

Using equation inside "itemize"

Dear All..

I would like to know if anybody can help me with this problem. How can i put af number on af formula while the formula is "inside" itemize. I have the following code:

\begin{itemize}
\item $k(t) = \sqrt{\frac{\pi \cdot \rho \cdot c_{p}}{750 \cdot \lambda \cdot t}}$
\item $\theta_{1 ...