Zurtex
Science Advisor
Homework Helper
- 1,118
- 1
LaTeX doesn't treat it as anything, it's not a programming language, it's just a way of displaying symbols.krab said:I agree with Feynman's objections, but LaTeX gets around this problem by using different fonts for such functions. However, most newbies to LaTeX don't use this feature. Hence, sin x is correctly
\sin (x)
while most people on this forum incorrectly use
sin (x)
In the latter expression, LaTeX treats sin as s times i times n. Click each symbol to see how it's done; it's simply an extra backslash.