diff options
| author | Maxfield Lehman <maxfieldlehman@gmail.com> | 2015-10-17 03:03:16 -0700 | 
|---|---|---|
| committer | Maxfield Lehman <maxfieldlehman@gmail.com> | 2015-10-17 03:03:16 -0700 | 
| commit | 33e04326348f8c30de24e67f17d4d97e2d5859fd (patch) | |
| tree | 1bd206e98e77428047c8fbc39468ceb65da9b7df | |
| parent | cc3124e9c7ae49a07d9f60d6171fa3ce2a2d7419 (diff) | |
Fix typo in LaTeX documentation
Remove extra "that" in " ... haven't found a Greek letter that yet that LaTeX ... "
| -rw-r--r-- | latex.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/latex.html.markdown b/latex.html.markdown index e180e622..f6d5ba70 100644 --- a/latex.html.markdown +++ b/latex.html.markdown @@ -106,7 +106,7 @@ Here's how you state all y that belong to X, $\forall$ x $\in$ X. \\  % The opposite also holds true. Variable can also be rendered in math-mode.  My favorite Greek letter is $\xi$. I also like $\beta$, $\gamma$ and $\sigma$. -I haven't found a Greek letter that yet that LaTeX doesn't know about! +I haven't found a Greek letter yet that LaTeX doesn't know about!  Operators are essential parts of a mathematical document:   trigonometric functions ($\sin$, $\cos$, $\tan$),  | 
