Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > Math Help Forum Lounge > LaTex Help
Closed Thread
 
Thread Tools Display Modes
  #11  
Old 10-19-2006, 04:29 PM
Quick's Avatar
MHF Contributor
 
Join Date: May 2006
Location: New England
Posts: 1,296
Country:
Thanks: 32
Thanked 134 Times in 118 Posts
Quick has a spectacular aura aboutQuick has a spectacular aura about
Default Celebrate!!!!!!!!!!!!!!!



sue me for smilie abuse
__________________
Quick's Prime Property:
For n>1 and the ratio of numbers which is indivisible by any whole number \leq n but >1 is x then x \geq \frac{1}{n}
Advertisement
 
  #12  
Old 11-08-2006, 01:55 PM
Member
 
Join Date: Nov 2006
Posts: 33
Country:
Thanks: 6
Thanked 0 Times in 0 Posts
ashura is on a distinguished road
Default

Posted the following two texts which didn't appear in LaTeX form,

1.
[math]\frac{dy}{dx}(2x^2+6) = 4x[\math]

2.
\documentclass{article}
\begin{document}
[math]\frac{dy}{dx}(2x^2+6) = 4x[\math]
\end{document}

What's wrong?
  #13  
Old 11-08-2006, 02:05 PM
Quick's Avatar
MHF Contributor
 
Join Date: May 2006
Location: New England
Posts: 1,296
Country:
Thanks: 32
Thanked 134 Times in 118 Posts
Quick has a spectacular aura aboutQuick has a spectacular aura about
Default

1) you don't need all those document class stuff

and two, it's not [\math] it's [/math]

such as: [math]\frac{dy}{dx}(2x^2+6) = 4x[/math] makes \frac{dy}{dx}(2x^2+6) = 4x
__________________
Quick's Prime Property:
For n>1 and the ratio of numbers which is indivisible by any whole number \leq n but >1 is x then x \geq \frac{1}{n}
  #14  
Old 11-15-2006, 12:57 PM
TriKri's Avatar
Super Member
 
Join Date: Nov 2006
Posts: 270
Country:
Thanks: 29
Thanked 15 Times in 15 Posts
TriKri is on a distinguished road
Default

Hm, I just can't find how to make the inequality sign... \(ó.ò)/
  #15  
Old 11-15-2006, 02:23 PM
Super Member


 
Join Date: May 2006
Location: Lexington, MA (USA)
Posts: 6,074
Thanks: 334
Thanked 3,308 Times in 2,619 Posts
Soroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond repute
Default

Hello, TriKri!

Quote:
Hm, I just can't find how to make the inequality sign.

Use \neq . \neq

  #16  
Old 11-15-2006, 03:29 PM
Quick's Avatar
MHF Contributor
 
Join Date: May 2006
Location: New England
Posts: 1,296
Country:
Thanks: 32
Thanked 134 Times in 118 Posts
Quick has a spectacular aura aboutQuick has a spectacular aura about
Default

Quote:
Originally Posted by Soroban View Post
Hello, TriKri!


Use \neq . \neq

that's the way I do it, Hacker's way is to write [math]\not =[/math] if that helps you to remember
__________________
Quick's Prime Property:
For n>1 and the ratio of numbers which is indivisible by any whole number \leq n but >1 is x then x \geq \frac{1}{n}
  #17  
Old 11-20-2006, 05:08 AM
Super Member
 
Join Date: Jul 2006
Location: Shabu City
Posts: 391
Country:
Thanks: 438
Thanked 13 Times in 13 Posts
^_^Engineer_Adam^_^ is on a distinguished road
Default

4 \pi r^2
  #18  
Old 11-20-2006, 01:30 PM
Super Member


 
Join Date: May 2006
Location: Lexington, MA (USA)
Posts: 6,074
Thanks: 334
Thanked 3,308 Times in 2,619 Posts
Soroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond repute
Default

Here are a few more LaTeX codes you may enjoy ... or not.


\circlearrowleft . \circlearrowleft . . . \circlearrowright . \qquad\circlearrowright

\curvearrowleft . \curvearrowleft . . \curvearrowright . \curvearrowright

\rightsquigarrow . \rightsquigarrow

\bar{x} . \bar{x}

\langle . \langle . . . . \rangle . \rangle

\hdots . \hdots . . \cdots . . \cdots . . \ddots . \ddots

\pmod{n} . \pmod{n}

\boxed{x = 1} . \boxed{x = 1}

9\choose3 . 9\choose3 . . . \binom{9}{3} . \binom{9}{3}

\! . removes a space
. . \sin^2x + \cos^2x produces: \sin^2x + \cos^2x
. . . . . . . . . . . . . . . . . . . . . . . . . .\uparrow . . . . \uparrow
I found that the extra spaces can be confusing.
They can be removed with: \sin^2\!x + \cos\!x: .\sin^2\!x + \cos^2\!x

  #19  
Old 11-20-2006, 04:04 PM
TriKri's Avatar
Super Member
 
Join Date: Nov 2006
Posts: 270
Country:
Thanks: 29
Thanked 15 Times in 15 Posts
TriKri is on a distinguished road
Default

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.
  #20  
Old 11-20-2006, 04:09 PM
Quick's Avatar
MHF Contributor
 
Join Date: May 2006
Location: New England
Posts: 1,296
Country:
Thanks: 32
Thanked 134 Times in 118 Posts
Quick has a spectacular aura aboutQuick has a spectacular aura about
Default

Sorry, your Web browser is not Java compatible. This prototype will not be of much interest to you.



Quote:
Originally Posted by TriKri View Post
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.



Type in: [draw]Point (100,80); Point (50,200); Point (150,200); Segment (1,2); Segment (1,3); Segment (2,3); Midpoint (4) [hidden]; Midpoint (5) [hidden]; Midpoint (6) [hidden]; Segment (7,8); Segment (7,9); Segment (8,9);[/draw] to get the picture at right.
__________________
Quick's Prime Property:
For n>1 and the ratio of numbers which is indivisible by any whole number \leq n but >1 is x then x \geq \frac{1}{n}
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 03:27 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2008 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.