diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index 0ceb102..38c26f8 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -45,14 +45,29 @@ % utilise la syntax du package xparse non déclaré dans le préambule de ce % fichier. \NewDocumentCommand \veci { } { - \vec{\imath} + $ \vec{\imath} $ } \NewDocumentCommand \vecj { } { - \vec{\jmath} + $ \vec{\jmath} $ } % ensembles \NewDocumentCommand \R { } { - \mathbb{R} + $ \mathbb{R} $ +} +\NewDocumentCommand \RQ { } { + $ \mathbb{R} \setminus \mathbb{Q} $ +} +\NewDocumentCommand \Q { } { + $ \mathbb{Q} $ +} +\NewDocumentCommand \D { } { + $ \mathbb{D} $ +} +\NewDocumentCommand \Z { } { + $ \mathbb{Z} $ +} +\NewDocumentCommand \N { } { + $ \mathbb{N} $ } %--%