From 1d9ca16cd028353c66fd37c7bb1fff2ea92e74df Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Tue, 3 Jan 2017 22:11:12 +0100 Subject: [PATCH] new macro to put text in red --- shortcuts/shortcuts.sty | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index a2515ba..6d2cd53 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -146,4 +146,9 @@ \color{white} } +% text redding +\NewDocumentCommand \ghost { } {% + \color{red} +} + %--%