9 lines
203 B
TeX
9 lines
203 B
TeX
%%
|
|
% list of acronyms
|
|
%%
|
|
\begin{acronym}
|
|
\acro{KI}{Künstliche Intelligenz}
|
|
\acro{AI}{Artificial Intelligence}
|
|
\acro{ML}{Machine Learning}
|
|
\acro{MI}{Maschinelle Intelligenz}
|
|
\end{acronym} |