diff options
author | Maxfield Lehman <maxfieldlehman@gmail.com> | 2015-10-17 03:05:05 -0700 |
---|---|---|
committer | Maxfield Lehman <maxfieldlehman@gmail.com> | 2015-10-17 03:05:05 -0700 |
commit | e0ac43a43794c17b44d33daf59330fd68a152eb7 (patch) | |
tree | 1bd206e98e77428047c8fbc39468ceb65da9b7df | |
parent | cc3124e9c7ae49a07d9f60d6171fa3ce2a2d7419 (diff) | |
parent | 33e04326348f8c30de24e67f17d4d97e2d5859fd (diff) |
Merge pull request #2 from mclehman/mclehman-patch-2
Fix typo in LaTeX documentation
-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$), |