blob: 2613334d041ae35c69758bb54bc72172d31bc68a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
(define-crossref-class "hyperindexformat")
(markup-crossref-list :class "hyperindexformat" :open
"\hyperindexformat{" :sep "; " :close "}{}")
(markup-locref :open "\hyperpage{" :close "}")
(markup-locref-list :sep ", ")
(markup-locclass-list :open "\hspace*{\fill}\nobreakspace" :close "" )
(define-attributes (("gobble" "default")))
(markup-locref :open "\makeatletter\@gobble{" :close "}\makeatother" :attr "gobble")
(markup-index :open "~n
\clearpage
\phantomsection
\begin{theindex}
\small
\providecommand*\lettergroupDefault[1]{}
\providecommand*\lettergroup[1]{}
~n"
:close "~n~n\end{theindex}~n"
:tree)
|