From c793d049ee5abdc4f7a2055191200fd217261b5e Mon Sep 17 00:00:00 2001 From: Noah Diewald Date: Wed, 20 Nov 2019 00:26:46 -0500 Subject: [PATCH] another for tikz pics --- morphologyqp.sty | 3 +++ 1 file changed, 3 insertions(+) diff --git a/morphologyqp.sty b/morphologyqp.sty index 1342256..de9b179 100644 --- a/morphologyqp.sty +++ b/morphologyqp.sty @@ -145,6 +145,9 @@ \textsf{#3} & \textsf{#4} \\ \end{tabular}} +\newcommand{\clrbox}[1]{% + \begin{tikzpicture}\node [draw,circle,fill=#1] {\hspace{1em}};\end{tikzpicture}} + \definecolor{darkgreen}{rgb}{0,0.4,0} \definecolor{darkred}{rgb}{0.4,0,0} \definecolor{darkblue}{rgb}{0,0,0.4}