diff options
author | Maxfield Lehman <maxfieldlehman@gmail.com> | 2015-10-17 03:11:28 -0700 |
---|---|---|
committer | Maxfield Lehman <maxfieldlehman@gmail.com> | 2015-10-17 03:11:28 -0700 |
commit | 15a494b3c16bf04257da8d5089bdbd9bfd24902d (patch) | |
tree | 95925bcbc278fe3ffcb73076edda5d451c0644d0 | |
parent | e0ac43a43794c17b44d33daf59330fd68a152eb7 (diff) | |
parent | d8c34094ad4f4825b860a394d5973296e0448fd5 (diff) |
Merge pull request #3 from mclehman/revert-2-mclehman-patch-2
Revert "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 f6d5ba70..e180e622 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 yet that LaTeX doesn't know about! +I haven't found a Greek letter that yet that LaTeX doesn't know about! Operators are essential parts of a mathematical document: trigonometric functions ($\sin$, $\cos$, $\tan$), |