Troubleshooting: Getting Math Symbols to Display Properly

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
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