move macros to put text in white or red from "shortcuts" to "commun" packages.

This commit is contained in:
2017-01-04 19:34:35 +01:00
parent 8edd45ca0f
commit f29e635def
2 changed files with 10 additions and 10 deletions

View File

@@ -141,14 +141,4 @@
}
}
% text ghosting
\NewDocumentCommand \ghost { } {%
\color{white}
}
% text redding
\NewDocumentCommand \red { } {%
\color{red}
}
%--%