On Thu, Feb 21, 2002 at 06:49:16PM +0100, Herbert Voss wrote:
> Davide Cavallari wrote:
>
> > I have  written a  little glossary  in which  the entries  are ordered
> > alphabetically.  I've used  the description  environment. Sometimes  I
> > need to add some new entry. What  can I do to respect the alphabetical
> > order? (It's not  convenient to order the entries  manually when there
> > are a lot..)
>
> choose the package nomencl

It's  a  bit  OT, but  is  it  possible  to  use  it out  of  a  "section"
environement?

I tried this:

%%%%%%%%%%%%%%%% filename.tex %%%%%%%%%%%%%%%%%%%
\documentclass[italian]{article}
\usepackage[latin1]{inputenc}
\usepackage{babel}
\usepackage{nomencl}
\makeglossary

\begin{document}

\renewcommand{\nomname}{Piccolo vocabolario micologico francese-italiano}

\nomenclature{ailleurs}{\emph{avv.} altrove}%           
\nomenclature{assez}{abbastanza}%
\nomenclature{bague}{anello}%
\nomenclature{arete}{spigolo (nel senso di filo lamellare)}%
\printglossary[6cm]

\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Running `latex filename.tex' gives me  an empty filename.glo. However if I
add this line :

\section{Foo ... bar}%

before the nomenclature commands, everything's ok!

I just want to write down a glossary, not a text with a final glossary!
-- 
Cheers,
    Davide Cavallari                
Don't worry over what other people are thinking about you.  They're too
busy worrying over what you are thinking about them.

Reply via email to