Correct spaces in math commands.
This commit is contained in:
parent
3238844fbc
commit
ae3c30079a
@ -186,15 +186,15 @@
|
|||||||
\NewDocumentCommand \N { s g } {
|
\NewDocumentCommand \N { s g } {
|
||||||
\IfBooleanTF {#1} {
|
\IfBooleanTF {#1} {
|
||||||
\IfNoValueTF {#2} {
|
\IfNoValueTF {#2} {
|
||||||
\ensuremath{\!\!\! \mathbb{N} \setminus \{0\} \!\!}
|
\!\!\!\!\ensuremath{\mathbb{N} \setminus \{0\}}\!\!\!
|
||||||
}{
|
}{
|
||||||
\ensuremath{\!\!\! \mathbb{N} \setminus \{0, #2\} \!\!}
|
\!\!\!\!\ensuremath{\mathbb{N} \setminus \{0, #2\}}\!\!\!
|
||||||
}
|
}
|
||||||
}{
|
}{
|
||||||
\IfNoValueTF {#2} {
|
\IfNoValueTF {#2} {
|
||||||
\ensuremath{\!\!\! \mathbb{N} \!\!}
|
\!\!\!\!\ensuremath{\mathbb{N}}\!\!\!
|
||||||
}{
|
}{
|
||||||
\ensuremath{\!\!\! \mathbb{N} \setminus \{#2\} \!\!}
|
\!\!\!\!\ensuremath{\mathbb{N} \setminus \{#2\}}\!\!\!
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user