summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2016-03-19 02:28:45 -0600
committerkballou <kballou@devnulllabs.io>2016-03-19 02:28:45 -0600
commit5953acbec19c521e311210d5bb4f3c3a576df22e (patch)
treeee887a0d2d6d92336f4403d8cb5f108458724ee2
parentdb5ef476ae7ca34686cf68d18433d6475ae7bb3f (diff)
downloadfunc-w-elixir-5953acbec19c521e311210d5bb4f3c3a576df22e.tar.gz
func-w-elixir-5953acbec19c521e311210d5bb4f3c3a576df22e.tar.xz
Draw with thick lines
-rw-r--r--src/func-w-elixir.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/func-w-elixir.tex b/src/func-w-elixir.tex
index fc1e3c9..0824168 100644
--- a/src/func-w-elixir.tex
+++ b/src/func-w-elixir.tex
@@ -386,9 +386,9 @@ F_1 &= 1
\node (tokenize) at (2, 0) {Tokenize};
\node (reduce) at (4, 0) {Reduce};
\node (print) at (4, -2) {Print};
- \draw[-o] (stream) -- (tokenize);
- \draw[-o] (tokenize) -- (reduce);
- \draw[-o] (reduce) -- (print);
+ \draw[-o,thick] (stream) -- (tokenize);
+ \draw[-o,thick] (tokenize) -- (reduce);
+ \draw[-o,thick] (reduce) -- (print);
\end{tikzpicture}
\end{figure}
\end{frame}