From e3c8a1f55b050f6276b0b4defb75089b19c41162 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 14 Aug 2016 01:07:41 +0200 Subject: [PATCH] change call to math inline mode --- shortcuts/shortcuts.sty | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index 38c26f8..8ff4202 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -45,29 +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} $ + \( \mathbb{R} \setminus \mathbb{Q} \) } \NewDocumentCommand \Q { } { - $ \mathbb{Q} $ + \( \mathbb{Q} \) } \NewDocumentCommand \D { } { - $ \mathbb{D} $ + \( \mathbb{D} \) } \NewDocumentCommand \Z { } { - $ \mathbb{Z} $ + \( \mathbb{Z} \) } \NewDocumentCommand \N { } { - $ \mathbb{N} $ + \( \mathbb{N} \) } %--%