I noticed on a page with some math on it, the use of [tex] [/tex] with some symbolic text to represent the functions desired
any tool available to bolt some of that into a web page?
[tex] [/tex]
Moderator: General Moderators
[tex] [/tex]
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
My site is powered by LAMP
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: [tex] [/tex]
There are a number of TeX to HTML converters like hevea, latex2html, etc. If you are on Linux, you could call them on the command line and output the output.
(#10850)
Re: [tex] [/tex]
Then there are javascript solutions as well - the simplest would, probably, be the google chart api (which can produce images from LaTeX strings):
Complex example:
Simple example:

There's also MathJax, which does not rely on any third-party services.
Complex example:
Simple example:
There's also MathJax, which does not rely on any third-party services.
Re: [tex] [/tex]
I have Microsoft Office and I was looking at Google Charts vs what I can do with my skills using Excel and I believe I can do a tad better with it.
There are some misc math tools, but I was wondering what was available
I know that Latex is widely used with the math dept at most schools who all use Linux due to the costs
There are some misc math tools, but I was wondering what was available
I know that Latex is widely used with the math dept at most schools who all use Linux due to the costs
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
My site is powered by LAMP
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: [tex] [/tex]
People use Linux because it is excellent. It is not necessarily cheaper than MS products these days.Vegan wrote:widely used with the math dept at most schools who all use Linux due to the costs
(#10850)
Re: [tex] [/tex]
I guess a learning curve has some value in economics.
I was wondering if there was a reference manual so that a quick edit type job would so
I was wondering if there was a reference manual so that a quick edit type job would so
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
My site is powered by LAMP
Re: [tex] [/tex]
I found all I needed from LaTeX (basically, only displaymath mode) here: http://en.wikibooks.org/wiki/LaTeX/Math ... ks_of_text