Search found 8 matches

by davefulton
Sun Aug 22, 2010 5:15 pm
Forum: Math & Science
Topic: How do I align all equations to the left hand side?
Replies: 3
Views: 2289

Re: quick question

Thank you x
by davefulton
Sun Aug 22, 2010 3:45 pm
Forum: Math & Science
Topic: How do I align all equations to the left hand side?
Replies: 3
Views: 2289

How do I align all equations to the left hand side?

How do I align all of my equations to the left hand side?
by davefulton
Sun Jul 25, 2010 4:14 pm
Forum: Math & Science
Topic: Matrix within a matrix
Replies: 4
Views: 5603

Re: Matrix within a matrix

Thank you, thank you, thank you x
by davefulton
Sun Jul 25, 2010 3:00 pm
Forum: Math & Science
Topic: Matrix within a matrix
Replies: 4
Views: 5603

Matrix within a matrix

Hello all,
I am trying to get this array

\begin{equation}U = \left( \begin{array}{c}
\rho\\
\rho u\\
\rho v\end{array} \right),\end{equation}

into the values marked x in this array

\[ F^+(U) = \left\{ \begin{array}{ll}
x & \mbox{$x \geq 0$};\\
x & \mbox{$x \geq 0$};\\
-x & \mbox{$x < 0 ...
by davefulton
Thu Jul 22, 2010 9:46 pm
Forum: Math & Science
Topic: Matrix Fractions
Replies: 3
Views: 3334

Re: Matrix Fractions

Thank you x
by davefulton
Thu Jul 22, 2010 8:50 pm
Forum: Math & Science
Topic: Matrix Fractions
Replies: 3
Views: 3334

Matrix Fractions

Hello all,

Can anybody help me display fractions in my matrix in display form as a pose to inline form

My code is

\begin{equation}H = \left( \begin{matrix}{}
0\\[10pt]
2\Omega(v-v_0)\rho+\frac{2}{\alpha r}\rho A \sin \hat{\eta}\\[10pt]
-\frac{\kappa^2}{2\Omega}(u-u_0)\rho\end{matrix} \right ...
by davefulton
Wed May 05, 2010 10:07 pm
Forum: General
Topic: Change the color of linerule
Replies: 3
Views: 6834

Re: Change the color of linerule

You are a star! Thank you. While I've got your attention. I am using a piece of code

\defaultfontfeatures{Mapping=tex-text}
\setromanfont[Mapping=tex-text]{Fontin Sans}
\setsansfont[Scale=MatchLowercase,Mapping=tex-text]{Gill Sans}
\setmonofont[Scale=MatchLowercase]{Andale Mono}

where I can select ...
by davefulton
Wed May 05, 2010 8:43 pm
Forum: General
Topic: Change the color of linerule
Replies: 3
Views: 6834

Change the color of linerule

Dear LaTeX gurus,

I was wondering if anybody could help me change the color/thickness of a section underline.
I have used \usepackage{titlesec}

and have used the code

\titleformat{\section}{\Large\raggedright}{}{0em}{}[\titlerule]
%Tweak the top margin
\addtolength{\voffset}{-1.3cm}

How do I ...