thesis/tex/chapters/0abbr.tex
Marko Korhonen 6b1a928242
Copied template from submodule to this repo
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-16 13:28:22 +02:00

36 lines
872 B
TeX

% Generate the glossary
\makeglossaries
% Acronyms, abbreviations, etc.
\newacronym{html}{HTML}{HyperText Markup Language}
\newacronym{sql}{SQL}{Structured Query Language}
\newacronym{io}{I/O}{Input/Output}
\newacronym{ram}{RAM}{Random Access Memory}
\newacronym{php}{PHP}{Hypertext Preprocessor}
% Glossary entries
\newglossaryentry{part_key}{
name={partition key},
description={a column or set of columns from the same table whose consolidated value decide the partition for a given data}
}
\newglossaryentry{thesis}{
name=thesis,
description={a written essay one submitted for a university degree},
plural=theses
}
\newglossaryentry{latex}
{
name=\LaTeX{},
description={Is a mark up language specially suited for scientific documents}
}
\newglossaryentry{maths}
{
name=mathematics,
description={Mathematics is what mathematicians do}
}