I have been trying to make an glossary using gloss package, but anytime I get the warning no driver for entry "gd" or "gloss definition".
Basically i have the next code:
\documentclass[twoside,12pt]{book}
\usepackage{gloss}
\makegloss
\begin{document}
\maketitle
\tableofcontents
\gloss[nocite]{*}
\printgloss{glsbase,glosario.bib}
\addcontentsline{toc}{chapter}{Glosario}
\input{Introduccion}
\nocite{*}
\printbibliography[heading=bibintoc]
\end{document}
I hope somebody can help me, please!
glossforglossaries. – egreg Jul 20 '14 at 21:20glosspackage on CTAN, usingbibtexapparently, but I never tried it so far. It is from 2002, so it might be a little aged ;-) – Jul 20 '14 at 21:33glossariesis continously updated, I would suggest to use that. The author ofglossariesis also a user here on TeX.SX, so if there are some problems, just ask ;-) – Jul 20 '14 at 22:12