From 82558023fe7b5ee3d413efed1f996031e2438916 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 11 Aug 2016 18:20:46 +0200 Subject: [PATCH] =?UTF-8?q?add=20shortcut=20to=20print=20"c'est-=C3=A0-dir?= =?UTF-8?q?e"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shortcuts/shortcuts.sty | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index 83c25a8..0ceb102 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -36,6 +36,11 @@ % texte gras \newcommand{\tb}[1]{\textbf{#1}} +% c'est-à-dire +\NewDocumentCommand \cad { } { + {c'est-à-dire} +} + % vecteurs i et j % utilise la syntax du package xparse non déclaré dans le préambule de ce % fichier.