Anyone here proficient in LaTex?

feo

Honorary Master
Joined
Jan 22, 2006
Messages
13,722
Reaction score
109
Location
Pretoria, South Africa
OK, I'm bust typing out a project with lots of mathematical formulae and stuff with LaTeX and it's the first time I'm using it. Anyone here familiar with it and willing to help?
 
insert obligatory comment about latex (not LaTeX) here
 
I've used LaTeX but I don't really like it. Wouldn't call myself a master at it but I am willing to try help. Got a specific question?
 
It's cool, I read through the Guide and it's coming along nicely.

Now I gotta learn how to draw a table in LaTeX. :D

sigh
 
Had the "pleasure" of typing 6 pages of formulae in MS Word.

Yuck :D
 
OK blueghost and icyrus, I have a bunch of equations that must be numbered and appear below each other and have to be aligned at the equals sign, I've done that but they're centred, I need them to be aligned at the left margin, any ideas?
 
My Latex is a bit rusty but you could try to use \hspace{} or \hspace*{} - I think that you can specify a negative distance like -10mm. Maybe you can try that before each of your formulas i.e. \hspace*{-20mm} \cos 2\theta etc.

This is how to align formulae.

It is necessary to ensure that the = signs are aligned with one another. In LaTeX, such a formula is typeset using the eqnarray* environment. The above example was obtained by typing the lines
\begin{eqnarray*}
\cos 2\theta & = & \cos^2 \theta - \sin^2 \theta \\
& = & 2 \cos^2 \theta - 1.
\end{eqnarray*}

Note the use of the special character & as an alignment tab. When the formula is typeset, the part of the second line of the formula beginning with an occurrence of & will be placed immediately beneath that part of the first line of the formula which begins with the corresponding occurrence of &. Also \\ is used to separate the lines of the formula.
 
Top
Sign up to the MyBroadband newsletter
X