Search found 7 matches

by eezacque
Thu Feb 13, 2020 2:28 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Combining glossaries and index?
Replies: 1
Views: 11776

Combining glossaries and index?

Sorted out by Nicola Talbot on usenet group comp.text.tex:
The glossaries package comes with conditional commands for testing if a
key has been set. \ifglshasdesc not only tests for an empty description
but also tests if the description has simply been set to \nopostdesc:
by eezacque
Mon Feb 10, 2020 2:39 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Combining glossaries and index?
Replies: 1
Views: 11776

Combining glossaries and index?

I am working on a document where glossary entries are referred to from the index. This works, until I add conditional text, indicating whether a description was added or not. It looks like TeX falls into an unbounded recursion, but I cannot seem to wrap my head around this. Without adding an index ...
by eezacque
Thu Feb 06, 2020 10:43 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: How to keep the group heading in glossaries with the first entry in the group?
Replies: 1
Views: 11941

How to keep the group heading in glossaries with the first entry in the group?

Ulrike Fischer sorted this out at usenet group comp.text.tex:

\makeatletter \newcommand\indexheaderspace{\par\nopagebreak\vskip 10\p@
\@plus 5\p@ \@minus 3\p@ \relax\@afterheading}
\makeatother \renewglossarystyle{indexgroup}{%
\setglossarystyle{index}%
\renewcommand*{\glsgroupheading}[1 ...
by eezacque
Sat Feb 01, 2020 12:22 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: How to keep the group heading in glossaries with the first entry in the group?
Replies: 1
Views: 11941

How to keep the group heading in glossaries with the first entry in the group?

In a document with glossaries set in multicols, it often happens that the heading of a group, say 'A', ends up on the bottom of a column, while the first member of the group, say 'Albert', sits at the top of the next column. Is there any remedy?

An example:
\documentclass{article}

\usepackage ...
by eezacque
Wed Jan 08, 2020 4:24 pm
Forum: General
Topic: [glossaries] output depending on definition of a userkey
Replies: 3
Views: 4423

[glossaries] output depending on definition of a userkey

Struggling with exactly the same problem. However, the example by Nicola Talbot gives me a single line of output, with just "sample, sample2." Is this supposed to be a working example?
by eezacque
Tue Jan 07, 2020 12:57 pm
Forum: General
Topic: Cannot locate xindy module for language dutch in codepage utf8?
Replies: 3
Views: 2363

Cannot locate xindy module for language dutch in codepage utf8?

Works like a charm! I think it is a good suggestion for the authors of xindy to pick a default; also, I think it is a little awkward to hide a language variant in a code page?

Thanks for sorting me out,
Izak
by eezacque
Mon Jan 06, 2020 5:54 pm
Forum: General
Topic: Cannot locate xindy module for language dutch in codepage utf8?
Replies: 3
Views: 2363

Cannot locate xindy module for language dutch in codepage utf8?

Texmaker executes xindy as:

xindy -I xindy -L dutch -M test -C utf8 -t test.glg -o test.gls test.glo

This gives the following error message:

Cannot locate xindy module for language dutch in codepage utf8

When I manually enter:

xindy -I xindy -M test -t test.glg -o test.gls test.glo

All ...