Skip to content

give make lecture-glossary.py an option for "indexing definitions that are already in the document" #36

Description

@kohlhase

I just discovered that the --big option is only half of what I want: making documents referentially complete by adding the glossary in an appendix. In particular, I do not want the definitions in the document be duplicate.

So I need an option that treats definienda from inside the document in an index-like fashion: if we have a \defi{foo} in a module bar, then I want to have generated an index-like entry:

\smindex{foo}{bar}

which will expand to something like

\item[foo] see the \href{definition}{foo@bar} on page ??

That will give all the \trefi in the document a unique place to point to.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions