diff options
author | Claudson Martins <claudson@outlook.com> | 2015-10-25 20:06:41 -0300 |
---|---|---|
committer | Claudson Martins <claudson@outlook.com> | 2015-10-25 20:06:41 -0300 |
commit | 71a19df2cebf1fdf46c54a500de623d821cf363b (patch) | |
tree | faca9e30328733081efc158f587a809daa6feaff /latex.html.markdown | |
parent | 27327822eb05cf1835afa2ef4365b8b4fe98b908 (diff) | |
parent | 44ca091c73afe13ec8760021cfed1d77afc5e4a5 (diff) |
Merge remote-tracking branch 'refs/remotes/adambard/master'
Diffstat (limited to 'latex.html.markdown')
-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! |