diff --git a/commun/commun.sty b/commun/commun.sty index cfa2ac7..2181345 100644 --- a/commun/commun.sty +++ b/commun/commun.sty @@ -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} +} %--% diff --git a/shortcuts/shortcuts.sty b/shortcuts/shortcuts.sty index 4d95ea7..202ab30 100644 --- a/shortcuts/shortcuts.sty +++ b/shortcuts/shortcuts.sty @@ -141,14 +141,4 @@ } } -% text ghosting -\NewDocumentCommand \ghost { } {% - \color{white} -} - -% text redding -\NewDocumentCommand \red { } {% - \color{red} -} - %--%