From af9ca5317b9f6555eba65dc11748e90a1621681b Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 3 Jan 2017 21:52:41 +0100 Subject: [PATCH] move ghosting macro from cours_prof to shortcut. --- cours/cours_prof.cls | 6 +++--- shortcuts/shortcuts.sty | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/cours/cours_prof.cls b/cours/cours_prof.cls index c06e4b8..bef58bf 100644 --- a/cours/cours_prof.cls +++ b/cours/cours_prof.cls @@ -254,9 +254,9 @@ } % text ghosting -\NewDocumentCommand \ghost { } {% - \color{white} -} +% \NewDocumentCommand \ghost { } {% +% \color{white} +% } %-- % \makeatother diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index 19532ef..d72e780 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -141,8 +141,10 @@ } } -% \NewDocumentCommand \% { -% \si{\percent} -% } +% text ghosting +\NewDocumentCommand \ghost { } {% + \color{white} +} + %--%