From b816669cb379845296efff518fe219e526be711b Mon Sep 17 00:00:00 2001 From: Jeff Lance Date: Sun, 31 Aug 2025 17:17:23 +0000 Subject: [PATCH] Fix macro color naming. --- couleurs.sty | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/couleurs.sty b/couleurs.sty index 4a5e140..8a0ca56 100644 --- a/couleurs.sty +++ b/couleurs.sty @@ -16,11 +16,11 @@ %-- MACROS -% \newColorCommand{color} -% Crée une macro accessible sous le nom "\color". +% \newColorCommand{couleur} +% Crée une macro accessible sous le nom "\couleurColor". % Cette macro permet de colorer le texte suivant avec la couleur spécifiée. \newcommand\newColorCommand[1]{% - \expandafter\newcommand\csname #1\endcsname{\color{#1}}} + \expandafter\newcommand\csname #1Color\endcsname{\color{#1}}} %-- DÉFINITION DES COULEURS