diff options
Diffstat (limited to 'latex.html.markdown')
| -rw-r--r-- | latex.html.markdown | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/latex.html.markdown b/latex.html.markdown index c980f5e5..49200968 100644 --- a/latex.html.markdown +++ b/latex.html.markdown @@ -123,7 +123,7 @@ Math has many symbols, far beyond what you can find on a keyboard;  Set and relation symbols, arrows, operators, and Greek letters to name a few.  Sets and relations play a vital role in many mathematical research papers. -Here's how you state all x that belong to X, $\forall$ x $\in$ X. +Here's how you state all x that belong to X, $\forall x \in X$.  % Notice how I needed to add $ signs before and after the symbols. This is  % because when writing, we are in text-mode.  % However, the math symbols only exist in math-mode. @@ -141,7 +141,7 @@ Operators are essential parts of a mathematical document:  trigonometric functions ($\sin$, $\cos$, $\tan$),  logarithms and exponentials ($\log$, $\exp$),  limits ($\lim$), etc.\  -have per-defined LaTeX commands. +have pre-defined LaTeX commands.  Let's write an equation to see how it's done:  $\cos(2\theta) = \cos^{2}(\theta) - \sin^{2}(\theta)$ | 
