reduce space in \R command
This commit is contained in:
parent
7ab237ce4d
commit
8e140ab839
@ -55,15 +55,15 @@
|
||||
\NewDocumentCommand \R { s g } {
|
||||
\IfBooleanTF {#1} {
|
||||
\IfNoValueTF {#2} {
|
||||
\( \mathbb{R} \setminus \{0\} \)
|
||||
\( \!\!\!\! \mathbb{R} \setminus \{0\} \!\!\!\! \)
|
||||
}{
|
||||
\( \mathbb{R} \setminus \{0, #2\} \)
|
||||
\( \!\!\!\! \mathbb{R} \setminus \{0, #2\} \!\!\!\! \)
|
||||
}
|
||||
}{
|
||||
\IfNoValueTF {#2} {
|
||||
\( \mathbb{R} \)
|
||||
\( \!\!\!\! \mathbb{R} \!\! \)
|
||||
}{
|
||||
\( \mathbb{R} \setminus \{#2\} \)
|
||||
\( \!\!\!\! \mathbb{R} \setminus \{#2\} \!\!\!\! \)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user