banner1

Home arrow Forum arrow Everything Else Open Discussion LATEX is now available
Main Menu
Home
News
Links
Wiki
Search
Administrator
FAQ
Contact Us
Science Books
Register
Online Store
Science on the Web
Store - beta
Project Fork
Feature Sections
Encyclopedia Astronuc
ID Watch
Community Menu
Forum
Einstein@Home
Member Blogs
Science Social Network
Science Network Users
Login Form
Welcome, Guest. Please login or register.
March 11, 2010, 10:25:20 PM
Username: Password:
Login with username, password and session length

Password reminder
Did you know?

The Platypus is stranger than you think.

Platypuses have no nipples.  After the young hatch, the mother oozes milk from the pores all over her body.

The male platypus has a poison barb on the inside of its hind legs.  The purpose of this weapon is uncertain.

While often compared to the beaver, the platypus is only about 20 inches in length -- more comparable to the size of the muskrat.

The Platypus bill is actually just an elongated muzzle covered with much the same kind of tough skin found on a dog's nose.  This bill contains an electrically-sensitive organ that can detect the electrical signatures of the small aquatic animals it eats.

(0) Comments posted about this in the forum

Author Topic: LATEX is now available  (Read 15319 times)

Online Orstio

  • Administrator
  • Hero Member
  • *****
  • Posts: 5996
    • Everything Science
LATEX is now available
« on: July 01, 2004, 05:35:25 PM »
You can now use the [ tex] [ /tex ] UBBC tags to create pretty formulas:

[tex] \LARGE \sqrt 2 - x^4[/tex]


LATEX parsing in PHP made possible by Steve Mayer:  http://www.mayer.dial.pipex.com/tex.htm
« Last Edit: July 15, 2004, 02:27:50 PM by Orstio »

Offline engaaraa

  • Full Member
  • ***
  • Posts: 365
  • Gender: Male
Re: LATEX is now available
« Reply #1 on: July 01, 2004, 05:42:11 PM »
Was that supposed to look nice?
"There must have been a door there in the wall when I came in"

Online Orstio

  • Administrator
  • Hero Member
  • *****
  • Posts: 5996
    • Everything Science
Re: LATEX is now available
« Reply #2 on: July 01, 2004, 05:45:38 PM »

Online Orstio

  • Administrator
  • Hero Member
  • *****
  • Posts: 5996
    • Everything Science
Re: LATEX is now available
« Reply #3 on: July 01, 2004, 05:46:24 PM »
Well, it looks better than the ASCII version.   ;)

Online Orstio

  • Administrator
  • Hero Member
  • *****
  • Posts: 5996
    • Everything Science
Re: LATEX is now available
« Reply #4 on: July 01, 2004, 05:58:07 PM »
[tex] \LARGE x= \circle(25) [/tex]
« Last Edit: July 01, 2004, 06:00:04 PM by Orstio »

Online Orstio

  • Administrator
  • Hero Member
  • *****
  • Posts: 5996
    • Everything Science
Re: LATEX is now available
« Reply #5 on: July 01, 2004, 06:06:20 PM »

Offline broomstar

  • Sr. Member
  • ****
  • Posts: 609
  • I love YaBB 1G - SP1!
Re: LATEX is now available
« Reply #6 on: July 01, 2004, 06:19:54 PM »
Cool! That's a dreamed function! We could input beautiful formulars in the future!
How do you add that function, Orstio?

Online Orstio

  • Administrator
  • Hero Member
  • *****
  • Posts: 5996
    • Everything Science
Re: LATEX is now available
« Reply #7 on: July 01, 2004, 06:34:40 PM »
You can just use the tex tags, as I showed above.

For example, if you want to do the square root of 2, you type:

\sqrt 2

surrounded by the tex tags.

If you want it a little larger, you use the \large command, or if that's still not large enough, the \Large command, or you could even go up to the \LARGE command.

for fractions, you use the \frac command:

\frac{x+1}{y^2}

looks like this:

[tex] \frac{x+1}{y^2}[/tex]
« Last Edit: July 01, 2004, 06:36:59 PM by Orstio »

Offline broomstar

  • Sr. Member
  • ****
  • Posts: 609
  • I love YaBB 1G - SP1!
Re: LATEX is now available
« Reply #8 on: July 01, 2004, 06:40:57 PM »
oh...sorry for my English...by "add the function" I mean how did you add the new "tex format inputing" feature to the forum, not how to input  functions in Tex.
« Last Edit: July 01, 2004, 06:43:34 PM by broomstar »

Online Orstio

  • Administrator
  • Hero Member
  • *****
  • Posts: 5996
    • Everything Science
Re: LATEX is now available
« Reply #9 on: July 01, 2004, 06:43:21 PM »
And this:

~\unitlength{.6}~\picture(100){
     ~~(50,50){\circle(99)}~ ~(20,55;50,0;2){+1$\hat\bullet}~~(50,40){\bullet}
     ~~(50,35){\circle(50,25;34)}~ ~(50,35){\circle(50,45;34)}}

Gives you this:

[tex] ~\unitlength{.6}~\picture(100){
     ~~(50,50){\circle(99)}~ ~(20,55;50,0;2){+1$\hat\bullet}~~(50,40){\bullet}
     ~~(50,35){\circle(50,25;34)}~ ~(50,35){\circle(50,45;34)}}[/tex]

Online Orstio

  • Administrator
  • Hero Member
  • *****
  • Posts: 5996
    • Everything Science
Re: LATEX is now available
« Reply #10 on: July 01, 2004, 06:48:39 PM »
Oh!  Sorry.

There is a LATEX parser called MimeTex that works very well on this server.  It was actually a very small change to the forum code (I had to add an include),  to make it work.  Another SMF user had already made the LATEX code (which doesn't work here)  work for a different type of server, so I followed his example to get MimeTex working here.

Offline broomstar

  • Sr. Member
  • ****
  • Posts: 609
  • I love YaBB 1G - SP1!
Re: LATEX is now available
« Reply #11 on: July 01, 2004, 07:00:32 PM »
Oh!  Sorry.

There is a LATEX parser called MimeTex that works very well on this server.  It was actually a very small change to the forum code (I had to add an include),  to make it work.  Another SMF user had already made the LATEX code (which doesn't work here)  work for a different type of server, so I followed his example to get MimeTex working here.


Thanks!

Online Orstio

  • Administrator
  • Hero Member
  • *****
  • Posts: 5996
    • Everything Science
Re: LATEX is now available
« Reply #12 on: July 01, 2004, 07:04:50 PM »
[tex] \Large \vareps=\Bigsum_{i=\1}^{n-\1}     \frac1{\Del~x}\Bigint_{x_i}^{x_{i+\1}}{\frac1{\Del~x}\big[     (x_{i+1}-x)y_i^{5$\star}+(x-x_i)y_{i+1}^{5$\star}\big]-f(x)\}^\2dx[/tex]

Online Orstio

  • Administrator
  • Hero Member
  • *****
  • Posts: 5996
    • Everything Science
Re: LATEX is now available
« Reply #13 on: July 01, 2004, 07:10:27 PM »
[tex] \LARGE f=b_\0+\frac{a_\1}{b_\1+     \frac{a_2}{b_2+\frac{a_3}{b_3+a_4}}}
[/tex]

 :dizzy2.gif:

Offline engaaraa

  • Full Member
  • ***
  • Posts: 365
  • Gender: Male
Re: LATEX is now available
« Reply #14 on: July 02, 2004, 03:29:28 AM »
For some reason I was unable to see it yesterday. It does look nice today.
"There must have been a door there in the wall when I came in"

 

Valid XHTML 1.0!


Mambo is Free Software released under the GNU/GPL License.