move ghosting macro from cours_prof to shortcut.

This commit is contained in:
Jeff Lance 2017-01-03 21:52:41 +01:00
parent c4eed2e86b
commit af9ca5317b
2 changed files with 8 additions and 6 deletions

View File

@ -254,9 +254,9 @@
} }
% text ghosting % text ghosting
\NewDocumentCommand \ghost { } {% % \NewDocumentCommand \ghost { } {%
\color{white} % \color{white}
} % }
%-- % %-- %
\makeatother \makeatother

View File

@ -141,8 +141,10 @@
} }
} }
% \NewDocumentCommand \% { % text ghosting
% \si{\percent} \NewDocumentCommand \ghost { } {%
% } \color{white}
}
%--% %--%