diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index 26235f5..a97a996 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -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} +}