Search found 3 matches

by Acide Amine
Fri Oct 12, 2012 11:46 am
Forum: General
Topic: Tables with narrower margins
Replies: 6
Views: 40395

Re: Tables with narrower margins

Thanks gmedina !
Working and looking great.
Amine
by Acide Amine
Tue May 22, 2012 2:29 pm
Forum: Math & Science
Topic: Height of the lines in equation systems
Replies: 2
Views: 3786

Re: Height of the lines in equation systems

Hi Alain,

Thanks a lot for the dfrac{}{} command that did exactly what I wanted.

The cases{} environment would have been perfect if it allowed to center each line. By default, it writes each cell of the table with a left alignement : as I want to be able to chose the alignement, the array{} suits ...
by Acide Amine
Wed May 16, 2012 10:11 am
Forum: Math & Science
Topic: Height of the lines in equation systems
Replies: 2
Views: 3786

Height of the lines in equation systems

Hello,

I am writing equation systems with a left brace, like this for instance :

\begin{equation}
\left\{
\begin{array}{c}
\frac{\partial{u}}{\partial{x}} + \frac{\partial{u}}{\partial{x}} = 0 \\
\frac{\partial{p}}{\partial{x}} = 0 \\
\end{array}
\right.
\end{equation}

My problem is that ...