Change thesymbol for N minus 0 set
This commit is contained in:
parent
3389dad491
commit
93c6acbd2b
@ -312,9 +312,9 @@
|
|||||||
\NewDocumentCommand \N { s g } {
|
\NewDocumentCommand \N { s g } {
|
||||||
\IfBooleanTF {#1} {
|
\IfBooleanTF {#1} {
|
||||||
\IfNoValueTF {#2} {
|
\IfNoValueTF {#2} {
|
||||||
\ensuremath{\mathbb{N} \setminus \{0\}}
|
\ensuremath{\mathbb{N}^{*}}
|
||||||
}{
|
}{
|
||||||
\ensuremath{\mathbb{N} \setminus \{0, #2\}}
|
\ensuremath{\mathbb{N} \setminus \{0, #2\}}
|
||||||
}
|
}
|
||||||
}{
|
}{
|
||||||
\IfNoValueTF {#2} {
|
\IfNoValueTF {#2} {
|
||||||
|
Loading…
Reference in New Issue
Block a user