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

@@ -140,6 +140,16 @@
\node[shape=circle,draw,inner sep=2pt] (char) {#1};
}
}
% text ghosting
\NewDocumentCommand \ghost { } {%
\color{white}
}
% text redding
\NewDocumentCommand \red { } {%
\color{red}
}
%--%