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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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