diff options
author | ven <vendethiel@hotmail.fr> | 2015-10-25 21:00:41 +0100 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2015-10-25 21:00:41 +0100 |
commit | e2322fe891d975fa135e707a127f7c763883b67e (patch) | |
tree | 4a33c89776f637a9cb2f68f14f51444d89d9717f | |
parent | ac4bb69e02bf25ff687962e6105452589eb4fa78 (diff) | |
parent | ee4bef264c71252900858a5bbfe00d2e0644eedd (diff) |
Merge pull request #1784 from Jefftree/latex
[latex/en] Added alternative way to enter math mode
-rw-r--r-- | latex.html.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/latex.html.markdown b/latex.html.markdown index 9b7b4feb..31231a70 100644 --- a/latex.html.markdown +++ b/latex.html.markdown @@ -106,6 +106,9 @@ Here's how you state all y that belong to X, $\forall$ x $\in$ X. \\ % However, the math symbols only exist in math-mode. % We can enter math-mode from text mode with the $ signs. % The opposite also holds true. Variable can also be rendered in math-mode. +% We can also enter math mode with \[\] + +\[a^2 + b^2 = c^2 \] 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! |