New commande \FI

This commit is contained in:
Jeff Lance 2020-08-13 13:31:46 +02:00
parent 4ea8a2dd90
commit 1e7340e843

View File

@ -308,6 +308,12 @@
\NewDocumentCommand \point{ G{A} G{0} G{0} } { \NewDocumentCommand \point{ G{A} G{0} G{0} } {
$ #1\big(#2\ ;\ #3\big) $ $ #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.}}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%