Log in

View Full Version : How do I display Latex?


corrigan
Nov 27, 2011, 08:16 AM
I'm very familiar with latex, however, I don't know how to display something in latex in this forum. I tried putting the equation in $'s, but it didn't work. The stickie with technical writing just has blank lines for the input code, and the tutorial it links to is just beginner latex. I just need a way to do this so my answers aren't so hard to read. Thanks in advance for any help.

Unknown008
Nov 27, 2011, 08:38 AM
There's this thread for help:

https://www.askmehelpdesk.com/math-sciences/how-technical-scientific-documentation-formulas-50415.html

:)

corrigan
Nov 27, 2011, 08:46 AM
I know, but its closed. And the source code in the thread is just two straight lines.

Unknown008
Nov 27, 2011, 08:56 AM
Do click on the link provided in the post. Or if you can't find it:

mimetextutorial.html (http://www.forkosh.com/mimetextutorial.html)

corrigan
Nov 27, 2011, 03:08 PM
<img src="/cgi-bin/mathtex.cgi?\sqrt{a^2+b^2}">

Curlyben
Nov 27, 2011, 03:29 PM
You need to use the MATH tag.

So [ math ]sqrt{a^2+b^2}[/ math ]

becomes (after removal of the spaces)

sqrt{a^2+b^2}

corrigan
Nov 27, 2011, 03:29 PM
i got it. To type \lim_{n \to \infty} (1 + \frac{1}{n})^n = e type "["math"]" \lim_{n \to \infty} (1 + \frac{1}{n})^n = e"["/math"]" but without the quotes.

Curlyben
Nov 27, 2011, 03:30 PM
That's the kiddie..

corrigan
Nov 27, 2011, 03:33 PM
Thanks.