add new shortcuts.
This commit is contained in:
parent
9c20fdf1b5
commit
c7ab4fa391
@ -25,3 +25,16 @@
|
|||||||
% questions
|
% questions
|
||||||
\newcommand{\bq}{\begin{questions}}
|
\newcommand{\bq}{\begin{questions}}
|
||||||
\newcommand{\eq}{\end{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}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user