From 1e7340e843432f579c8cd1042a428463250d335c Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 13 Aug 2020 13:31:46 +0200 Subject: [PATCH] New commande \FI --- shortcuts/shortcuts.sty | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index 1eb7bad..dd0ef17 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -308,6 +308,12 @@ \NewDocumentCommand \point{ G{A} G{0} G{0} } { $ #1\big(#2\ ;\ #3\big) $ } + +%% print the acronym F.I. for "Forme indéterminée" in bold and sans-serif font. +%% +\NewDocumentCommand \FI{ } { + \textsf{\textbf{F.I.}} +} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%