aboutsummaryrefslogtreecommitdiff
path: root/common/10_icons.tex
diff options
context:
space:
mode:
Diffstat (limited to 'common/10_icons.tex')
-rwxr-xr-xcommon/10_icons.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/common/10_icons.tex b/common/10_icons.tex
new file mode 100755
index 0000000..c5ea5b4
--- /dev/null
+++ b/common/10_icons.tex
@@ -0,0 +1,14 @@
+\usepackage{tikz}
+\usepackage{xcolor}
+
+% Background color for the frame.
+\definecolor{DUStyle@lightGray}{RGB}{245, 245, 245}
+
+% arg1 : The dot content
+\newcommand{\iconBox}[1]{%
+ \tikz[baseline]{%
+ \node[circle,fill=altColor,inner sep=3pt,anchor=base] at (0, 0)%
+ {\color{backsidecolor}#1};
+ }%
+}
+