From 51d508424f90c86ac6ce4832c06fc84473580aae Mon Sep 17 00:00:00 2001 From: Spencer Burris Date: Sat, 12 Sep 2020 20:52:37 -0700 Subject: Include variables in \forall formula --- latex.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3