update from master

This commit is contained in:
2017-02-08 16:11:22 +01:00
5 changed files with 180 additions and 47 deletions

View File

@@ -135,6 +135,23 @@
% \fontfamily{#1}%
% \selectfont
% }
% make circled text
\newcommand*\circled[1]{
\tikz[baseline=(char.base)]{
\node[shape=circle,draw,inner sep=2pt] (char) {#1};
}
}
% text ghosting
\NewDocumentCommand \ghost { } {%
\color{white}
}
% text redding
\NewDocumentCommand \red { } {%
\color{red}
}
%--%