- add others shortcuts for sets

- latex mathematics shortcuts print directly in math mode
This commit is contained in:
Jeff Lance 2016-08-12 00:23:22 +02:00
parent 82558023fe
commit faf6ae393e

View File

@ -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} $
}
%--%