Document Classesgloss - Problem using Multiple glossary

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
chingy
Posts: 1
Joined: Thu Oct 30, 2008 11:57 am

gloss - Problem using Multiple glossary

Post by chingy »

Hi,

I'm having trouble using the Multiple glossary piece of the "gloss" package. I have two glossary files "abbrev.bib" and "glosry.bib"

In the preamble I put:
\usepackage[refpages]{gloss}
\newgloss{default}{.gls}{\glossary}{glsplain} (or \makegloss)
\newgloss{abbrev}{.bib}{Abbreviation}{glsplain}

then at where I want to put the glossaries, I want to put a specific glossary, I put
\gloss[nocite]{*} \printgloss{glosry}
or
\gloss[nocite]{*} \printgloss{abbrev}
but it just gives me the same glossary pages every time (the one I put in first print gloss abbrev or glosry).

I've tried changing default to glosry and the .gls to .bib, it doesn't work cause I need a \makegloss
In the gloss package it says I need \printgloss[<name>]{<database>} but I dont know what <database> or <name> is.

If someone can help it would be great.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply