Search found 5 matches

by mppxtylr
Sun Oct 23, 2011 12:54 pm
Forum: Math & Science
Topic: Equation Numbering
Replies: 1
Views: 1355

Equation Numbering

Hi,

I'm trying to make an equation and it's not numbering.

\begin{equation}
\[ CONA = \left\{ \begin{array}{ll}
1 & \mbox{if $IOPQ < IRTQ\cdot k$};\\
0 & \mbox{otherwise}.
\label{eq:fault}
\end{array} \right. \]
\end{equation}


Is there a way to make this number?

Thank you :)
by mppxtylr
Mon May 30, 2011 9:53 am
Forum: General
Topic: Preamble in separate file
Replies: 1
Views: 5153

Preamble in separate file

Hi there,

I am writing a document in Latex that has a lot of preamble, to the point where it is annoying to scroll through to find the document's content. Is it possible to place this preamble into a separate file and use the \include command?

Thanks :)
by mppxtylr
Sun May 29, 2011 8:56 am
Forum: General
Topic: Frontmatter in article
Replies: 2
Views: 7889

Frontmatter in article

Hi,

I am currently writing my thesis using Latex and I wish to have a part in the beginning that resembles the frontmatter package. However, I would like to use the article class. I was just wondering if anybody has heard of or used any packages like this.

If not, I am happy to format the section ...
by mppxtylr
Mon Mar 14, 2011 10:46 am
Forum: Math & Science
Topic: Matrix Equation Number
Replies: 3
Views: 8968

Re: Matrix Equation Number

Thank you! Worked perfectly.
by mppxtylr
Mon Mar 14, 2011 9:17 am
Forum: Math & Science
Topic: Matrix Equation Number
Replies: 3
Views: 8968

Matrix Equation Number

Hi there,

I have the following matrix:

\begin{displaymath}
\begin{bmatrix}
V_a \\
V_b \\
V_c
\end{bmatrix}=\begin{bmatrix}
1 & 1 & 1 \\
1 & a^2 & a \\
1 & a & a^2
\end{bmatrix}
\begin{bmatrix}
V_{a0} \\
V_{b0} \\
V_{c0}
\end{bmatrix}\,
\label{eq:symmetrical}
\end{displaymath}

Is ...