I am a complete begineer with Latex. I have been reading a lot and checked a bunch of topics on this forum. I am using TeXnicCenter, and MiKTeX 2.8 on Windows XP.
I can't make any glossaries, index or nomenclature works. I am copying others people code, but nothing works. I feel the issue is outside the code itself.
Here is an example that I have been trying to do:
Code: Select all
\documentclass[a4paper,12pt]{article}
\usepackage[colorlinks=true,linkcolor=red]{hyperref}
\usepackage{glossaries}
\makeglossaries
\begin{document}
\newglossaryentry{hope}{name=hope,description={I am loosing it!}}
I hope it could work \gls{hope}!!!
\printglossaries
\end{document}
"Couldn't find input index file C:\test3\test3 nor C:\test3\test3.idx"
Many thanks in advance if someone can help me!