add new shortcuts.

This commit is contained in:
Jeff Lance 2016-05-28 23:20:44 +02:00
parent 9c20fdf1b5
commit c7ab4fa391

View File

@ -25,3 +25,16 @@
% questions
\newcommand{\bq}{\begin{questions}}
\newcommand{\eq}{\end{questions}}
%-- Texte --%
% texte gras
\newcommand{\tb}[1]{\textbf{#1}}
% vecteurs i et j
\NewDocumentCommand \veci { } {
\vec{\imath}
}
\NewDocumentCommand \vecj { } {
\vec{\jmath}
}