summaryrefslogtreecommitdiff
path: root/aied2018/presentation/aied_poster.tex
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2018-06-20 14:39:47 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2018-06-20 14:39:47 +0200
commit3ccd4a85989d1b2cb463151c5f0f7bc571a3812c (patch)
tree418b498793e2da231cd8db098e45d57782e41a76 /aied2018/presentation/aied_poster.tex
parent9c434e39a99e0945ee964b105fc7d4c23e706637 (diff)
Show program code with AST for divisors
Diffstat (limited to 'aied2018/presentation/aied_poster.tex')
-rw-r--r--aied2018/presentation/aied_poster.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/aied2018/presentation/aied_poster.tex b/aied2018/presentation/aied_poster.tex
index 6956fdc..73de0e6 100644
--- a/aied2018/presentation/aied_poster.tex
+++ b/aied2018/presentation/aied_poster.tex
@@ -11,7 +11,7 @@
\newunicodechar{⋯}{\ensuremath{\cdots}}
\usepackage{color}
-\newcommand\red[1]{{\begingroup\color[rgb]{0.8,0.15,0.15}#1\endgroup}}
+\newcommand\red[1]{{\begingroup\color[rgb]{0.9,0.2,0.2}#1\endgroup}}
\newcommand\blue[1]{{\begingroup\color[rgb]{0.15,0.15,0.8}#1\endgroup}}
\newcommand\green[1]{{\begingroup\color[rgb]{0.15,0.8,0.15}#1\endgroup}}
@@ -24,6 +24,8 @@
\usepackage{mathtools}
+\usepackage{textpos}
+
\newcommand\code[1]{\texttt{#1}}
\newcommand\pattern[1]{\textsf{#1}}