mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 14:56:54 +02:00
Merge pull request #4010 from sburris0/3732
[latex/en] Include variables in \forall formula
This commit is contained in:
@@ -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.
|
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.
|
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
|
% Notice how I needed to add $ signs before and after the symbols. This is
|
||||||
% because when writing, we are in text-mode.
|
% because when writing, we are in text-mode.
|
||||||
% However, the math symbols only exist in math-mode.
|
% However, the math symbols only exist in math-mode.
|
||||||
|
Reference in New Issue
Block a user