add shortcut for vector i and j in maths and physic.

This commit is contained in:
Jeff Lance 2016-05-28 20:45:41 +02:00
parent 94eb734999
commit a8bd5deb0c

View File

@ -97,6 +97,14 @@
% texte gras
\newcommand{\tb}[1]{\textbf{#1}}
% vecteurs i et j
\NewDocumentCommand \veci { } {
\vec{\imath}
}
\NewDocumentCommand \vecj { } {
\vec{\jmath}
}
%--%