Go Back   Science Forums > Physical Sciences Forums > Physics and Mathematics
Reply
 
LinkBack Thread Tools
Old 05-23-2006   #11 (permalink)
alexander's Avatar
Dedicated Smart-ass

Senior Moderator
Gallery Curator
Dev Team Member

Location:
Just before 0xAA55
 
alexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond reputealexander has a reputation beyond repute
Send a message via AIM to alexander
 



Not Ranked  0 score     
Re: LaTeX Fomulas: Math v2.0

there's a bunch of these programs around, the best one i've seen so far was for macs

LaTeX
or go directly here: http://en.wikipedia.org/wiki/LaTeX

under the Editors and IDEs there is a list of programs that will probably make a lot of beginner latex people lives a whole lot easier


----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.

Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.

Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

Reply With Quote
Old 06-28-2006   #12 (permalink)
Tim_Lou's Avatar
Explaining


Location:
Edison, NJ
 
Tim_Lou will become famous soon enough
Send a message via MSN to Tim_Lou
 



Not Ranked  0 score     
Re: LaTeX Fomulas: Math v2.0

nice,
\v{a} for vector... hmm


\times for cross product


hmm, \bullet for dot product... nice





----------------
I have mistaken, apologized, and taken the consequences. My only regret, was for how I was bothered by the unchangable.

Last edited by Tim_Lou; 06-28-2006 at 07:34 PM..
Reply With Quote
Old 06-28-2006   #13 (permalink)
Erasmus00's Avatar
Creating

Moderator

 



Not Ranked  0 score     
Re: LaTeX Fomulas: Math v2.0

Quote:
Originally Posted by Tim_Lou
hmm, \bullet for dot product... nice

You can use \cdot as well. Its a bit smaller.


-Will
Reply With Quote
Old 11-16-2006   #14 (permalink)
Farsight's Avatar
Understanding


 



Not Ranked  0 score     
Re: LaTeX Fomulas: Math v2.0


Last edited by Farsight; 11-16-2006 at 03:41 PM..
Reply With Quote
Old 12-21-2007   #15 (permalink)
snoopy's Avatar
Understanding


Location:
scotland
 
snoopy is a jewel in the roughsnoopy is a jewel in the roughsnoopy is a jewel in the rough
 



Not Ranked  0 score     
Re: LaTeX Fomulas: Math v2.0

just testing as the testing ground is down

\setlength{\unitlength}{5cm}\begin{picture}(1,1)\put(0,0){\line(0,1){1}}\put(0,0){\line(1,0){1}}\put(0,0){\line(1,1){1}}\put(0,0){\line(1,2){.5}}\put(0,0){\line(1,3){.3333}}\put(0,0){\line(1,4){.25}}\put(0,0){\line(1,5){.2}}\put(0,0){\line(1,6){.1667}}\put(0,0){\line(2,1){1}}\put(0,0){\line(2,3){.6667}}\put(0,0){\line(2,5){.4}}\put(0,0){\line(3,1){1}}\put(0,0){\line(3,2){1}}\put(0,0){\line(3,4){.75}}\put(0,0){\line(3,5){.6}}\put(0,0){\line(4,1){1}}\put(0,0){\line(4,3){1}}\end{picture}



hopefully this will work

Last edited by snoopy; 12-22-2007 at 01:37 PM..
Reply With Quote
Old 12-21-2007   #16 (permalink)
Tormod's Avatar
Hypographer

Administrator
Senior Editor
Editor
Dev Team Member

Location:
Oslo, Norway
 
Tormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond repute
 



Not Ranked  0 score     
Re: LaTeX Fomulas: Math v2.0

Seems to me there is a lot of "font size" etc in your code, I don't think that's supposed to be there.


----------------
Your Friendly Neighborhood Administrator

Want to lose the advertisements? Become a Sponsor!

Join our Facebook group or follow us on Twitter

Science is not only compatible with spirituality; it is a profound source of spirituality.
- Carl Sagan
Reply With Quote
Old 12-21-2007   #17 (permalink)
snoopy's Avatar
Understanding


Location:
scotland
 
snoopy is a jewel in the roughsnoopy is a jewel in the roughsnoopy is a jewel in the rough
 



Not Ranked  0 score     
Re: LaTeX Fomulas: Math v2.0

Quote:
Originally Posted by Tormod View Post
Seems to me there is a lot of "font size" etc in your code, I don't think that's supposed to be there.
yeah it keeps adding that fontsize thing there is none in the code
and im enclosing in latex
like

Reply With Quote
Old 12-21-2007   #18 (permalink)
Tormod's Avatar
Hypographer

Administrator
Senior Editor
Editor
Dev Team Member

Location:
Oslo, Norway
 
Tormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond repute
 



Not Ranked  0 score     
Re: LaTeX Fomulas: Math v2.0

\setlength{\unitlength}{5cm}
\begin{picture}(1,1)
\put(0,0){\line(0,1){1}}
\put(0,0){\line(1,0){1}}
\put(0,0){\line(1,1){1}}
\put(0,0){\line(1,2){.5}}
\put(0,0){\line(1,3){.3333}}
\put(0,0){\line(1,4){.25}}
\put(0,0){\line(1,5){.2}}
\put(0,0){\line(1,6){.1667}}
\put(0,0){\line(2,1){1}}
\put(0,0){\line(2,3){.6667}}
\put(0,0){\line(2,5){.4}}
\put(0,0){\line(3,1){1}}
\put(0,0){\line(3,2){1}}
\put(0,0){\line(3,4){.75}}
\put(0,0){\line(3,5){.6}}
\put(0,0){\line(4,1){1}}
\put(0,0){\line(4,3){1}}
\put(0,0){\line(4,5){.8}}
\put(0,0){\line(5,1){1}}
\put(0,0){\line(5,2){1}}
\put(0,0){\line(5,3){1}}
\put(0,0){\line(5,4){1}}
\put(0,0){\line(5,6){.8333}}
\put(0,0){\line(6,1){1}}
\put(0,0){\line(6,5){1}}
\end{picture}


----------------
Your Friendly Neighborhood Administrator

Want to lose the advertisements? Become a Sponsor!

Join our Facebook group or follow us on Twitter

Science is not only compatible with spirituality; it is a profound source of spirituality.
- Carl Sagan
Reply With Quote
Old 12-21-2007   #19 (permalink)
Tormod's Avatar
Hypographer

Administrator
Senior Editor
Editor
Dev Team Member

Location:
Oslo, Norway
 
Tormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond repute
 



Not Ranked  0 score     
Re: LaTeX Fomulas: Math v2.0

Use the [math] tag, not the [latex] tag.


----------------
Your Friendly Neighborhood Administrator

Want to lose the advertisements? Become a Sponsor!

Join our Facebook group or follow us on Twitter

Science is not only compatible with spirituality; it is a profound source of spirituality.
- Carl Sagan
Reply With Quote
Old 12-21-2007   #20 (permalink)
Tormod's Avatar
Hypographer

Administrator
Senior Editor
Editor
Dev Team Member

Location:
Oslo, Norway
 
Tormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond reputeTormod has a reputation beyond repute
 



Not Ranked  0 score     
Re: LaTeX Fomulas: Math v2.0

If you're pasting the code from somewhere, then you are getting font stuff from that program. Use notepad or something similar to clean up the code.


----------------
Your Friendly Neighborhood Administrator

Want to lose the advertisements? Become a Sponsor!

Join our Facebook group or follow us on Twitter

Science is not only compatible with spirituality; it is a profound source of spirituality.
- Carl Sagan
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to: use LaTeX for equations Tormod Tutorials and How To's 20 04-23-2008 06:24 AM
Is math evidence? Fishteacher73 Physics and Mathematics 24 05-26-2005 12:28 AM

» Advertisement
» Current Poll
Should Hypography have a forum dedicated to Plant Sciences?
Yes - 69.57%
16 Votes
No - 13.04%
3 Votes
Maybe - 17.39%
4 Votes
Total Votes: 23
You may not vote on this poll.


All times are GMT -8. The time now is 02:18 AM.

Hypography?

Hypography [n.]: A combination of "hyperlink" and "bibliography" - ie, a list of links to electronic documents. Comparable to discography and bibliography, but not cartography.

We have been online since May 2000, and aim to be the best place to find and share science-related content of all kinds.

Share the love!

Please add more science to your life. Use our RSS feeds on your blog, your portal, or your favorite feedreader!


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
Copyright © 2000-2009 Hypography
Part of the Hypography - Science for Everyone Network