<br><br><div class="gmail_quote">2011/6/23 George Georgalis <span dir="ltr"><<a href="mailto:george@galis.org">george@galis.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Wed, Jun 1, 2011 at 12:10 PM, Ulrike Fischer <<a href="mailto:news3@nililand.de">news3@nililand.de</a>> wrote:<br>
...<br>
> Well you didn't sent a complete example, but your snippet is missing<br>
> commands which actually use the entry. \newglossaryentry only<br>
> declare candidates. You need a \gls-command.<br>
><br>
> Also you are not mentioning if you executed the makeglossaries<br>
> script.<br>
<br>
Thank you Ulrike.<br>
<br>
I was under the impression glossaries where simpler to implement, more<br>
like figures and automatic output of \tableoffigures<br>
<br>
Regards,<br>
George</blockquote><div><br>If you need a simple example, you can use the following from <a href="http://www.digipedia.pl/usenet/thread/1902/4118/">http://www.digipedia.pl/usenet/thread/1902/4118/</a><br><br><pre class="usenet_thread_body">
1) Save the following as gloss.tex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\usepackage[plainpages=false,colorlinks]{hyperref}
\usepackage[]{glossaries}
\makeglossaries
\newglossaryentry{dog}{name=dog,
description={An animal, usually cute},
plural={dogs}}
\begin{document}
\printglossaries
\Gls{dog}
\GLS{dog}
\glspl{dog}
\Glspl{dog}
\GLSpl{dog}
\glslink{dog}{some text}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2) save the following as runmkindex.bat (I guess you use Windows, 
otherwise as .sh or whatever your OS needs)
makeindex -s gloss.ist -t gloss.glg -o gloss.gls gloss.glo
3) run LaTeX on the file, maybe twice
4) call the runmkindex.bat, check the output
5) re-run LaTeX (resp. pdflatex) on the TeX file again.
6) Done.</pre><br><br><br>Uwe <br></div></div><br clear="all"><br>-- <br>Uwe Ziegenhagen<br><<a href="http://www.uweziegenhagen.de" target="_blank">http://www.uweziegenhagen.de</a>><br>