LaTeX Troubleshooting LATEX Equations

AI Thread Summary
The discussion focuses on issues with rendering LaTeX equations in a forum thread. A specific equation was not displaying correctly due to a bracket mistake. Key points include the importance of avoiding long sequences of characters without spaces, as this can disrupt LaTeX code rendering in the vBulletin system. For proper formatting, users are advised to use tex tags for standalone equations and to avoid unnecessary newlines around these tags. Additionally, it is recommended to use \times or \cdot for multiplication instead of the asterisk symbol. These tips aim to enhance the accuracy and visibility of LaTeX expressions in forum posts.
Physics news on Phys.org
You made a bracket mistake:

t = \frac{2*A_{t}\left(\sqrt{z_{1}}-\sqrt{z_{2}}\right)}{C_{d}*A_{o}*\sqrt{2g}}
 
Three more tips:

1. With long LaTeX expressions like that, you need to be careful to not type 50 characters without a space, because vBulletin will insert a space every 50 characters and break the LaTeX code.

2. When you want the math expression to appear by itself on a new line, use tex tags instead of itex, and don't type newlines before and after the tags. You will get t = \frac{2*A_{t}\left(\sqrt{z_{1}}-\sqrt{z_{2}}\right)}{C_{d}*A_{o}*\sqrt{2g}}, instead of

t = \frac{2*A_{t}\left(\sqrt{z_{1}}-\sqrt{z_{2}}\right)}{C_{d}*A_{o}*\sqrt{2g}}.

Hit the quote button to see exactly what I did.

3. If you want a multiplication symbol, use \times or \cdot instead of *.
 

Similar threads

Replies
4
Views
2K
Replies
5
Views
3K
Replies
9
Views
2K
Replies
0
Views
2K
Replies
23
Views
3K
Replies
3
Views
1K
Replies
3
Views
2K
Back
Top