inline math mode important
This commit is contained in:
parent
d937808511
commit
2e827d7c19
1 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,15 @@
|
|||
Inline math mode is enabled with \$. I do not think they are
|
||||
other options or they is anything wrong with that.
|
||||
|
||||
It is important to use the inline math mode even
|
||||
when \LaTeX{} does not give an error without: for a single
|
||||
variable $A$ just writing A is a single letter
|
||||
while with \$ ($A$) gives a mathematical variable.
|
||||
The meaning is totally different and that is reflected
|
||||
in the print. The same is true for numbers like $123$.
|
||||
While in the standard font it may seem irrelevant, in other
|
||||
fonts it is not and we want semantically correct code anyway.
|
||||
|
||||
Limits as in $Σ_{i = 1}^n \sup_{x ∈ M} \abs x$ can be put
|
||||
underneath/ on top of the operators
|
||||
(\enquote{display-math style}) but I think that is a
|
||||
|
|
Loading…
Reference in a new issue