I want to build a list of symbols using the glossaries-extra package but I am getting error saying "Error: Could not start the command: "makeglossaries.exe although I have specified the correct path for makeglossaries.exe file in miktex.
\documentclass[12pt,a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage[automake,symbols]{glossaries-extra}
\makeglossaries
\loadglsentries{symbols}
\begin{document}
%\include{symbols}
%\printunsrtglossary[type=symbols,style=long,title={List of Symbols}]
\printglossary[type=symbols,style=long,title={List of Symbols}]
\chapter{sample symbols}
\include{sym_rough}
\end{document}
and
\glsxtrnewsymbol[description={Lower case, boldface and italic letter represents a vector}]{a}{\ensuremath{a}}
I have installed ActivePerl already and it is added to %PATH%. I have also entered the complete path to makeglossaries.exe in the MikTex installation.
automakepackage option, you shouldn't need to runmakeglossaries. – Nicola Talbot Nov 08 '18 at 20:24