change call to math inline mode
This commit is contained in:
parent
85cdca3a5f
commit
e3c8a1f55b
@ -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} \)
|
||||
}
|
||||
%--%
|
||||
|
Loading…
x
Reference in New Issue
Block a user