Uporabnik:XJamRastafire/Slogovni priročnik
Iz Wikipedije, proste enciklopedije
"
Povzeto po MathMartinovem slogovnem priročniku |
Vsebina |
[uredi] Jezik
"An unitary" or "an union" or "an university" were used in the 18th century, but now "a" rather than "an" is standard when the initial sound is "yoo".
[uredi] Poimenovanje
[uredi] Matematična skladnja HTML
[uredi] Znak minus
[−1,1] (namesto [-1,1]. Majhni vezaj je prekratek za znak minus. : [−1,1]
[uredi] TeX
[uredi] Dvopičje
instead of
[uredi] Puščice preslikav
When you want to define the domain and codomain of the mapping use
but when you define the actual mapping function use
[uredi] Imena standardnih funkcij
Use
- eix = cosx + isinx
instead of
- eix = cosx + isinx
to prevent the function names from looking like a variable.
[uredi] Imaginarna enota
The imaginary unit i should not be confused with the common variable i. So to make the imaginary unit look different it is better to write
- eix = cosx + isinx
than
- eix = cosx + isinx
[uredi] Vložene funkcije
When a fraction is in a superscript or otherwise deeply embedded within some other notation, it is often more legible like this
than like this
[uredi] Presledki
[uredi] Integrali
Use
rather than
[uredi] Množice opredeljene z oklepaji
This is another place where small spacing adjustments make notation look better. This
is better than this
- {f(x):0 < x < 2}