Is latex used so that your math is more readable?

  • Context: LaTeX 
  • Thread starter Thread starter jaysquestions
  • Start date Start date
  • Tags Tags
    Latex
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
jaysquestions
Messages
20
Reaction score
0
Is Latex so that your math problems look readable, so they look like they are written in an actual textbook?
If this is what latex is for, how do I start learning latex? thanks
 
Physics news on Phys.org
Yes. Latex allows you to change e.g. x^2=1/2y into ##x^2=\frac{1}{2}y##

You can start learning it here:
https://www.physicsforums.com/help/latexhelp/

If there's something you can find there, just type it in google together with 'latex' and you should be able to find the command, or in fact a whole set of guides.

Also, if you see a post with some equation that you'd like to know how to type in Latex, just quote the post and look at the quoted text to find the formatting used.
 
jaysquestions said:
Is Latex so that your math problems look readable, so they look like they are written in an actual textbook?
If this is what latex is for, how do I start learning latex? thanks

I tend to skip most posts which aren't written with LaTeX. Using LaTeX is a huge help to the people answering your thread.
 
Like micromass I sometimes skip posts that don't use LaTeX, especially ones that have complicated expressions involving radicals, fractions, or integrals.
Students are used to seeing fractions that are written in textbooks like this:
$$\frac{x^2 - 4}{x - 2}$$
and they think that they can write them as x^2 - 4 / x - 2

The problem is that, according to the precedence rules in mathematics, the above is the same as ##x^2 - \frac 4 x - 2##.

At the very least, they should have written (x^2 - 4) / (x - 2).
 
micromass said:
God, I absolutely hate it when they do that. It's one of the most annoying things you can do in a thread.
I also agree.

In fact, sometimes, in the way of giving help, I will solve a problem exactly according to how the student has written it (or miswritten it). Other times, I will rewrite the expression or equation for the student and explain why.
 
micromass said:
I tend to skip most posts which aren't written with LaTeX. Using LaTeX is a huge help to the people answering your thread.
Outside of LaTeX or other typesetting assistance, putting expressions into properly arranged pure text, with grouping symbols arranged correctly to stop ambguity, is very helpful.