Search found 7 matches

by mafis103
Wed Mar 20, 2013 9:21 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Glossary with Page Breaks in Presentation
Replies: 2
Views: 7429

Re: Glossary with Page Breaks in Presentation

Thank you very much Nicola,
that solved my problem (again ;) ).
by mafis103
Sat Mar 16, 2013 7:42 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Glossary with Page Breaks in Presentation
Replies: 2
Views: 7429

Glossary with Page Breaks in Presentation

Hi everyone,

I have got the following problem: I am using the beamer class and added an index with datagidx from datatool . When I add a lot of indexes, the pages don't break and the indexes flow over the frame (see example).

Is there any solution for that?

\documentclass[16pt,pdftex]{beamer ...
by mafis103
Sat Mar 16, 2013 7:21 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Linked Index for Presentation
Replies: 7
Views: 10965

Re: Linked Index for Presentation

- just pushing that thread up, because the last posted question still remains -
by mafis103
Mon Mar 11, 2013 9:43 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Linked Index for Presentation
Replies: 7
Views: 10965

Linked Index for Presentation

Hi there again.

Everything is working fine so far, but I have got a problem:
When I add a lot of indexes, the pages don't break and the indexes flow over the frame.... (see example).
Is there any solution for that?

\documentclass[16pt,pdftex]{beamer}

\makeatletter
% beamer doesn't define ...
by mafis103
Wed Feb 27, 2013 7:29 am
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Linked Index for Presentation
Replies: 7
Views: 10965

Re: Linked Index for Presentation

Hi Nicola,

please excuse my late response and thank you very much for your helpful answers. I will try your hints as soon as possible and maybe come back again with other question

But until that: Just Thank you, I wouldn't have found out about that solution by myself.
by mafis103
Sun Feb 24, 2013 9:04 am
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Linked Index for Presentation
Replies: 7
Views: 10965

Linked Index for Presentation

Hi nicola,

thank you very much for your help. Is there any way to avoid always naming the index-terms twice?
(One time in the text and the other time by \newterm{INDEXNAME} )

EDIT: And another question,

I redefined the "myindex" command like this:
\newcommand{\myindex}[1]{\gls{#1}}
But now I ...
by mafis103
Sat Feb 23, 2013 9:36 am
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Linked Index for Presentation
Replies: 7
Views: 10965

Linked Index for Presentation

Hi everyone,

I am supposed to do a linked index for some lecture slides. There is no problem with the indexing itself, but with the linking - I can see the page numbers, but there are no links, although hyperref is loaded (and I think it is loaded by the beamer class anyway).

I have no clue, what ...