aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/implementation.tex
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-11-01 18:06:40 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2022-11-01 18:06:40 +0100
commite8b9bf589e698b51e55ae59693b5bb0293f86a26 (patch)
tree0500d1af9972aa89067b6a08179cb973102b854b /doc/tex/implementation.tex
parent3b78e9f3751dfc7c77a7d137d0dbab04afcb23f5 (diff)
downloadimago-e8b9bf589e698b51e55ae59693b5bb0293f86a26.tar.gz
imago-e8b9bf589e698b51e55ae59693b5bb0293f86a26.zip
Added SGF and GTP instances as acronyms.
Diffstat (limited to 'doc/tex/implementation.tex')
-rw-r--r--doc/tex/implementation.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tex/implementation.tex b/doc/tex/implementation.tex
index ffb2802..f89e54c 100644
--- a/doc/tex/implementation.tex
+++ b/doc/tex/implementation.tex
@@ -53,7 +53,7 @@ board configuration.
A tool for generating compilers in Python. It is an implementation of the lex
and yacc utilities, allowing to create lexers and parsers. It is used in the
-project to create the SGF parser which transform SGF files to internal
+project to create the \acrshort{sgf} parser which transform \acrshort{sgf} files to internal
representations of Go matches.
\paragraph{Other utility libraries}