move macros to put text in white or red from "shortcuts" to "commun" packages.
This commit is contained in:
parent
8edd45ca0f
commit
f29e635def
@ -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}
|
||||
}
|
||||
%--%
|
||||
|
||||
|
||||
|
@ -141,14 +141,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
% text ghosting
|
||||
\NewDocumentCommand \ghost { } {%
|
||||
\color{white}
|
||||
}
|
||||
|
||||
% text redding
|
||||
\NewDocumentCommand \red { } {%
|
||||
\color{red}
|
||||
}
|
||||
|
||||
%--%
|
||||
|
Loading…
x
Reference in New Issue
Block a user