From 1e257419a3b2860074acd66f517ed328f9516072 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 27 Oct 2017 23:17:04 +0200 Subject: Minor improvements --- clooglearch.sty | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clooglearch.sty') 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}}; -- cgit v1.2.3