mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Merge pull request #1784 from Jefftree/latex
[latex/en] Added alternative way to enter math mode
This commit is contained in:
commit
e2322fe891
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user