that's the way I do it, Hacker's way is to write [tex]\not =[/tex] if that helps you to remember
Printable View
Here are a few more LaTeX codes you may enjoy ... or not.
\circlearrowleft .. . . \circlearrowright .
\curvearrowleft .. . \curvearrowright .
\rightsquigarrow .
\bar{x} .
\langle .. . . . \rangle .
\hdots .. . \cdots . .
. . \ddots .
\pmod{n} .
\boxed{x = 1} .
9\choose3 .. . . \binom{9}{3} .
\! . removes a space
. . \sin^2x + \cos^2x produces:
. . . . . . . . . . . . . . . . . . . . . . . . . .. . . .
I found that the extra spaces can be confusing.
They can be removed with: \sin^2\!x + \cos\!x: .
Thanks! That can be useful. :) Can someone show me how to make a Pascals triangle with LaTex code? Creating a new row with \\ wont work if I'm not creating a matrix or something similar with surrounding things.
oops, you wanted Pascals triangle :(, I gave you sierpinski (however that's spelled)
type in:
[code]
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1[/code]
to get:Code:1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1
Ok thanks, doing it with code tags seems simple.
how do i put a squaroot of a fraction?
How do you make a degree-sign? Like abut higher up...