change call to math inline mode

This commit is contained in:
Jeff Lance 2016-08-14 01:07:41 +02:00
parent 85cdca3a5f
commit e3c8a1f55b

View File

@ -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} \)
}
%--%