aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/imago.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/imago.tex')
-rw-r--r--doc/tex/imago.tex25
1 files changed, 16 insertions, 9 deletions
diff --git a/doc/tex/imago.tex b/doc/tex/imago.tex
index fbf0291..4b292f1 100644
--- a/doc/tex/imago.tex
+++ b/doc/tex/imago.tex
@@ -28,21 +28,25 @@
\usepackage{minted} % Code importing and formatting
\setminted{linenos, breaklines}
+\usepackage[acronym, toc]{glossaries}
+\makeglossaries
+\input{tex/glossary.tex}
+
\newcommand{\program}{Imago}
\newcommand{\fref}[1]{Fig.~\ref{#1}}
\newcommand{\lref}[1]{Listing~\ref{#1}}
%\newcommand{\uurl}[1]{\underline{\url{#1}}}
-\newcommand{\acronim}[2]
-{
- \iftoggle{#1}
- {#1}
- {#1 (#2)\toggletrue{#1}}
-}
-
-\newtoggle{SGF}
-\newcommand{\acrSGF}[0]{\acronim{SGF}{Smart Game Format}}
+%\newcommand{\acronim}[2]
+%{
+% \iftoggle{#1}
+% {#1}
+% {#1 (#2)\toggletrue{#1}}
+%}
+%
+%\newtoggle{SGF}
+%\newcommand{\acrSGF}[0]{\acronim{SGF}{Smart Game Format}}
\newcommand{\tabitem}{~~\llap{\textbullet}~~}
@@ -178,6 +182,9 @@ inclusion to use this template is included here.
\input{tex/conclusions.tex}
\clearpage
+\printglossaries
+\clearpage
+
% References (bibliography)
\setcounter{secnumdepth}{0}