I am having the following problem with the output from \printglossaries (shown in attachment).
Does anybody know how to fix this?
The code I am using to get output:
Code: Select all
\setglossarysection{subsection}
\printglossary[numberedsection,type=\acronymtype,title={Abbreviations}]
Code: Select all
\newacronym{pca}{PCA}{Principal Component Analysis}
\newacronym{lda}{LDA}{Linear Discriminant Analysis}
\newacronym{da}{DA}{Discriminant Analysis}
\newacronym{svm}{SVM}{Support Vector Machine}
\newacronym{hmm}{HMM}{Hidden Markov Model}
\newacronym{stft}{STFT}{Short time Fourier transform}
\newacronym{ecg}{ECG}{Electrocardiogram}
% We've defined the acronyms, no need to show long forms...
\glsunsetall[\acronymtype]
Regards,