diff options
| author | Spencer Burris <sburris@posteo.net> | 2020-09-12 20:52:37 -0700 | 
|---|---|---|
| committer | Spencer Burris <sburris@posteo.net> | 2020-09-12 20:52:37 -0700 | 
| commit | 51d508424f90c86ac6ce4832c06fc84473580aae (patch) | |
| tree | 92a642dd9fde0b1312fe63cf91678c0988058ae9 /latex.html.markdown | |
| parent | 11520e91a1446569520d0b2aeb29c6ae03e0c088 (diff) | |
Include variables in \forall formula
Diffstat (limited to 'latex.html.markdown')
| -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 e8bc6064..49200968 100644 --- a/latex.html.markdown +++ b/latex.html.markdown @@ -123,7 +123,7 @@ Math has many symbols, far beyond what you can find on a keyboard;  Set and relation symbols, arrows, operators, and Greek letters to name a few.  Sets and relations play a vital role in many mathematical research papers. -Here's how you state all x that belong to X, $\forall$ x $\in$ X. +Here's how you state all x that belong to X, $\forall x \in X$.  % Notice how I needed to add $ signs before and after the symbols. This is  % because when writing, we are in text-mode.  % However, the math symbols only exist in math-mode. | 
