2
votes
1answer
72 views

Problems with xindy and glossaries

I'm having a bit of a problem creating a glossary. I'm working with a MacBook using Mountain Lion OS 10.8.3, I've installed MacTeX 2012 and details about xindy are: xindy release: 2.4 xindy script ...
5
votes
0answers
57 views

Is there a limit to the number of entries makeindex or xindy can process?

I've been using the etex and glossaries packages, together with pdflatex, to build a document containing four main glossaries, each customised in a different way. So far the total number of ...
4
votes
1answer
160 views

List terms(/keywords) together with their definition and a glossary

I want to be able to define terms/keywords and give definitions that might span multiple paragraphs. Given definitions of the following form: \begin{definition}[Blue] Blue is one of ... ...
0
votes
1answer
101 views

Creating software function index

I need to create some type of index for exported functions in the software for the latex manual. The doxygen feature of exporting to LaTeX does not allow to do it by default. The required form is ...
3
votes
1answer
155 views

The \alph counter representation has strange effects with the glossaries package

This is a follow-up question here How could glossaries' numberlabel use the manually defined number of Sections(or other Sectional Units)? A suspect BUG. The parameter \alph doesn't work fine ...
6
votes
1answer
116 views

Using permute with glossaries

There is a problem with using the package permute with glossaries. A minimal working example: (by the way a minimal working example to show how an "index of notation" can be created) ...
2
votes
1answer
149 views

Is it possible to automatically add an index entry each time an acronym/glossaries command is used in the document? [duplicate]

Possible Duplicate: Automatically index acronyms I am using glossaries package for acronyms (\usepackage[acronym]{glossaries}). I have a separate .tex file for a list of ...
1
vote
1answer
305 views

Problems with implementing glossary.engine in TeXShop

I followed the instruction from Creating Glossaries in TeXShop on Mac but the created engine did not appear (even not with Emacs). Here is what I did: I created glossary_run.engine with TextEdit (and ...
1
vote
1answer
745 views

glossary does not appear

I've placed \usepackage{glossaries} \makeglossaries just before \begin{document} as recommended in my preamble. After the main part of my paper I've placed \newpage \printglossaries \newpage ...
9
votes
1answer
293 views

Group glossaries by first letter

I am using glossaries with xindy. It groups entries by first letter and puts a vertical space between groups. How can I change the style of output to show the starting letter for each group at the ...
12
votes
1answer
252 views

Farsi alphabet order for glossary

I am using glossaries with makeidx in a Farsi document with xepersian. Currently it sorts the output using Arabic alphabet order and places words starting with گ, چ, پ and ژ at the end of list. How ...
15
votes
1answer
516 views

Which tool to use: an index or a glossary?

I have this situation: My book needs an alphabetical index, used for finding on which page an item appeared. My book needs a glossary, used for looking up the definition of the item. Every indexed ...