1
\documentclass[a4paper,11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[italian,english]{babel}
\usepackage[T1]{fontenc}
\usepackage[unicode,colorlinks=true]{hyperref} 
\usepackage[acronym]{glossaries} 
\usepackage{lipsum}


\newacronym{svm}{svm}{support vector machine}

\makeglossaries

\begin{document}

\gls{svm}


\printglossaries

\end{document}

It's the firs time I'm using glossaries and I manage to get it working but it does not print the list of acronyms.

I'm using kile and if I compile using Makeindex it says that there is no .idx file. What am I doing wrong?

jub0bs
  • 58,916
Stefano_g
  • 842

0 Answers0