I wrote the
\makeglossaries
and \printglossaries
commands, and I made the user command "makeglossaries".On of my entries looks like this:
Code: Select all
\newglossaryentry{inconel}{
name = inconel,
description = {Familia ... Special Metals Corporation.}
}
("Documento maestro" is the name of my main file).***Call to makeindex failed*** Possible cause of problem: Style name indicates makeindex, but may be in xindy format. Remember to use \setStyleFile to specify the name of the style file rather than redefining \istfilename explicitly. Check 'Documento maestro.glg' for details.
What am I doing wrong?
I know that the question may be very basic but I need to do this for my graduate thesis and I'm finding a big wall with this.
Thank you in advance!