diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty
index e67e024..2ba6115 100644
--- a/shortcuts/shortcuts.sty
+++ b/shortcuts/shortcuts.sty
@@ -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\} \!\!\!\! \)
         }
     }
 }