MHB Troubleshooting: Getting Math Symbols to Display Properly

AI Thread Summary
To properly render LaTeX symbols like \sqrt{x}, users must wrap their code in specific tags. The simplest method is to use the posting toolbar's button featuring the $\sum$ symbol, which generates the necessary tags automatically. Users should input their code between dollar signs for inline equations or double dollar signs for larger equations. There is frustration expressed regarding the lack of intuitive guidance for using LaTeX, with some users feeling overwhelmed by complex manuals. Despite attempts, some users continue to struggle with rendering issues, indicating a need for clearer instructions and support in the LaTeX community.
scottshannon
Messages
46
Reaction score
0
I am frustrated because although I put in the symbol for \sqrt{x} it doesn't translate it to the symbol. How can I get the **** thing to do that?
 
Physics news on Phys.org
Hello Scott,

In order for the codes you type or generate using our Quick $\LaTeX$ too to render, you need to wrap them in pre-defined tags. Perhaps the simplest way to go about this is to look on our posting toolbar for the button with the $\sum$ symbol on it, and click that to generate the $$$$ tags. The cursur will be conveniently located in between the tags, ready for you to type or input the code.

I am going to move this thread to our LaTeX help sub-forum. :D
 
\sum_{1}^{n}This is what came out...

- - - Updated - - -

I don't understand..am I stupid stupid stupid?

- - - Updated - - -

I don't see any latex subforum...I have unsuccessfully tried to use latex for years
 
Put them in between dollar signs.

Code:
$\sum_{1}^{n}$

$\sum_{1}^{n}$

Double dollar signs are for large (not inline) equations:

Code:
$$\sum_{1}^{n}$$

$$\sum_{1}^{n}$$
 
Mark how was I supposed to know to do that?

- - - Updated - - -

I don't see how one intuitively knows to do that...I have never been able to understand the complicated directions in latex users manuals

- - - Updated - - -

$\sum_{1}^{n}$ this is what I get
 

Similar threads

Replies
4
Views
3K
Replies
6
Views
7K
Replies
4
Views
3K
Replies
10
Views
2K
Replies
4
Views
3K
Replies
3
Views
4K
Replies
2
Views
5K
Back
Top