new macro to put text in red

This commit is contained in:
Jeff Lance 2017-01-03 22:11:12 +01:00
parent d2994f6958
commit 1d9ca16cd0

View File

@ -146,4 +146,9 @@
\color{white}
}
% text redding
\NewDocumentCommand \ghost { } {%
\color{red}
}
%--%