From c7ab4fa3919de31143a7e619a8b441f8850fdfb0 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sat, 28 May 2016 23:20:44 +0200 Subject: [PATCH] add new shortcuts. --- shortcuts/shortcuts.sty | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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} +}