diff options
Diffstat (limited to 'clooglearch.sty')
-rw-r--r-- | clooglearch.sty | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clooglearch.sty b/clooglearch.sty index dd1b089..c87c73b 100644 --- a/clooglearch.sty +++ b/clooglearch.sty @@ -8,6 +8,7 @@ \tikzset{ doc/.pic={ \coordinate (-east) at (0.309,0); + \coordinate (-west) at (-0.309,0); \coordinate (-south) at (0,-0.4); \coordinate (-north) at (0,0.4); \draw[pic actions] (-0.309,-0.4) -- ++(0,0.8) -- ++(0.518,0) -- ++(0,-0.1) -- ++(0.1,0) -- ++(0,-0.7) -- cycle; @@ -37,6 +38,7 @@ \def\tikzsource{% \pic (src) at (-5,3) {doc}; + \node[left=3pt of src-west,draw=none,text width=3em] {\scriptsize Source\\code}; } \def\tikzbuilddb{% \node (cocl) at (-2.5, 3.5 ) {\module{Clean}{Clean compiler}}; |