File tree Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Expand file tree Collapse file tree 4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ reindex:
38
38
$(STDPDF )
39
39
$(STDPDF )
40
40
makeindex generalindex
41
+ makeindex headerindex
41
42
makeindex libraryindex
42
43
makeindex grammarindex
43
44
makeindex impldefindex
Original file line number Diff line number Diff line change @@ -64,6 +64,15 @@ \chapter{Bibliography}
64
64
\printindex [grammarindex]
65
65
}
66
66
67
+ \clearpage
68
+ \renewcommand {\preindexhook }{}
69
+ \renewcommand {\indexname }{Index of library headers}
70
+ \renewcommand {\leftmark }{\indexname }
71
+ {
72
+ \raggedright
73
+ \printindex [headerindex]
74
+ }
75
+
67
76
\clearpage
68
77
\renewcommand {\preindexhook }{}
69
78
\renewcommand {\indexname }{Index of library names}
Original file line number Diff line number Diff line change 113
113
% locations
114
114
\newcommand {\indextext }[1]{\index [generalindex]{#1}}
115
115
\newcommand {\indexlibrary }[1]{\index [libraryindex]{#1}}
116
- \newcommand {\indexhdr }[1]{\indextext {\idxhdr {#1}}\indexlibrary {\idxhdr {#1}}}
116
+ \newcommand {\indexhdr }[1]{\indextext {\idxhdr {#1}}\index [headerindex] {\idxhdr {#1}}}
117
117
\newcommand {\indexgram }[1]{\index [grammarindex]{#1}}
118
118
119
119
% Collation helper: When building an index key, replace all macro definitions
Original file line number Diff line number Diff line change 57
57
\input {tables }
58
58
59
59
\makeindex [generalindex]
60
+ \makeindex [headerindex]
60
61
\makeindex [libraryindex]
61
62
\makeindex [grammarindex]
62
63
\makeindex [impldefindex]
You can’t perform that action at this time.
0 commit comments