LaTeX Add LaTeX to My Forum: YABB vs. phpbb

  • Thread starter Thread starter tony873004
  • Start date Start date
  • Tags Tags
    Forum Latex
AI Thread Summary
LaTeX is recognized as a valuable tool for formatting mathematical expressions and is used by various platforms, including Wikipedia. Users are exploring the possibility of integrating LaTeX into a YABB forum, with some considering a switch to phpBB for better support. One user has developed custom code for LaTeX image generation on their forum, utilizing standard UNIX TeX tools, but expresses no interest in learning about other bulletin board systems. The discussion includes inquiries about specific LaTeX functionalities, such as crossing out text and maintaining spacing between numbers and units. Users share tips on using LaTeX commands for formatting, including methods for adding spaces and creating strikethrough effects.
tony873004
Science Advisor
Gold Member
Messages
1,753
Reaction score
143
I just discovered that LaTex is not unique to this forum. Wikipedia uses it too. Can I add LaTex to my forum? ( http://www.orbitsimulator.com/cgi-bin/yabb/YaBB.pl ) It's a YABB board, but I'd consider switching to phpbb if it only it can use LaTex.
 
Physics news on Phys.org
You can browse around the TeX Users Group until someone comes along who can tell you all about Tex and LaTex.
 
1) This site uses vBulletin.

2) I hand-wrote the code that performs LaTeX image generation and inlining, based on the standard tools available in a UNIX TeX distribution (latex, dvi2ps, pstoimg, etc.). I have no idea how other bulletin boards work, and have no interest in getting into that racket.

3) Wikipedia uses essentially the same stuff.

- Warren
 
Nice job, chroot! I love using tex on this forum. Is there a way to cross stuff out?:

d=2 hours * 60\frac{miles}{hour}
d=120 miles
if I want to cross out hours to illustrate how illustrate how I arrived at miles. And is there a way to force the space to stay inbetween the 120 & miles (so it reads "120 miles" insteat of "120miles" ?
 
Here's a thread containing many, many examples. You can click on any image to see the code (though I think some pop-up blockers interfere with it). Here's the quick intro. "\" adds a space. "\\" is supposed to add a line break, but has never worked for me. There's several ways to strikethrough a single character, but I couldn't find anything to strikethrough as much as you want.
\not{hours} \not hours \ \neq \ \not= \ \\ \nexists \not \exists \ \not{\exists}
Oh, and you can also use "\mbox{type text here}":
120 \ \mbox{miles}
 
Last edited:

Similar threads

Replies
6
Views
5K
Replies
5
Views
2K
Replies
4
Views
4K
Replies
2
Views
2K
Replies
3
Views
4K
Replies
16
Views
4K
Back
Top