diff options
author | Camil Staps | 2017-10-27 23:17:04 +0200 |
---|---|---|
committer | Camil Staps | 2017-10-27 23:17:04 +0200 |
commit | 1e257419a3b2860074acd66f517ed328f9516072 (patch) | |
tree | 7bf841d9f18ec347f481a98c39205e2fad2bac8a /clooglearch.sty | |
parent | First rough version of full presentation (diff) |
Minor improvements
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}}; |