Correct spaces in math commands.

This commit is contained in:
Jeff Lance 2019-05-05 21:42:24 +02:00
parent 3238844fbc
commit ae3c30079a

View File

@ -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\}}\!\!\!
} }
} }
} }