add shortcut for vector i and j in maths and physic.
This commit is contained in:
parent
94eb734999
commit
a8bd5deb0c
@ -97,6 +97,14 @@
|
|||||||
|
|
||||||
% texte gras
|
% texte gras
|
||||||
\newcommand{\tb}[1]{\textbf{#1}}
|
\newcommand{\tb}[1]{\textbf{#1}}
|
||||||
|
|
||||||
|
% vecteurs i et j
|
||||||
|
\NewDocumentCommand \veci { } {
|
||||||
|
\vec{\imath}
|
||||||
|
}
|
||||||
|
\NewDocumentCommand \vecj { } {
|
||||||
|
\vec{\jmath}
|
||||||
|
}
|
||||||
%--%
|
%--%
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user