16 lines
258 B
TeX
16 lines
258 B
TeX
\printglossary[title=Abréviations,type=\acronymtype]
|
|
|
|
\newacronym{svm}{SVM}{Support Vector Machine}
|
|
|
|
\pagebreak
|
|
|
|
\printglossary[title=Glossaire]
|
|
|
|
\newglossaryentry{datasets}{
|
|
name={data sets},
|
|
description={jeux de données}
|
|
}
|
|
|
|
\pagebreak
|
|
|
|
%\printglossaries
|