GeneralGlossary Entry with multiple Name

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
User avatar
Orwel
Posts: 4
Joined: Wed Mar 27, 2013 2:16 am

Glossary Entry with multiple Name

Post by Orwel »

Hello,

I use the package glossary and I want use a double name to same entry.

For example, I want something like this.

Code: Select all

\storeglosentry{god}{
  name={god},
  description={character who are strong}
}
\storeglosentry{goddess}{
  name={goddess},
  description={character who are strong}
}
This example creates two entries in glossary. I want two references to the same entry.

Recommended reading 2024:

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

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

Orwel
Posts: 4
Joined: Wed Mar 27, 2013 2:16 am

Re: Glossary Entry with multiple Name

Post by Orwel »

After a long search, it is possible with glossaries by acronyme.

But before switch to this way, nobody know make this with glossary???

I use UseLATEX, what is camke script to help to compile LaTeX project, and this script use only glossary :(

edit::So stupid...In documentaion to UseLATEX, I think we can use glossaries :D
Post Reply