This commit is contained in:
2020-08-20 11:42:10 +02:00
parent 87b968f4c3
commit a586758cb7
5 changed files with 95 additions and 9 deletions

View File

@@ -54,8 +54,8 @@
%% tasks
%%
\newcommand{\bq}{\begin{tasks}}
\newcommand{\eq}{\end{tasks}}
\newcommand{\bt}{\begin{tasks}}
\newcommand{\et}{\end{tasks}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -270,15 +270,15 @@
\NewDocumentCommand \N { s g } {
\IfBooleanTF {#1} {
\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} {
\!\!\!\!\ensuremath{\mathbb{N}}\!\!\!
\ensuremath{\mathbb{N}}
}{
\!\!\!\!\ensuremath{\mathbb{N} \setminus \{#2\}}\!\!\!
\ensuremath{\mathbb{N} \setminus \{#2\}}
}
}
}