-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathback.tex
More file actions
22 lines (19 loc) · 777 Bytes
/
back.tex
File metadata and controls
22 lines (19 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%!TEX root = ts.tex
\renewcommand{\leftmark}{\indexname}
\printindex[generalindex]
\clearpage
\renewcommand{\preindexhook}{}
\renewcommand{\indexname}{Index of library names}
\renewcommand{\leftmark}{\indexname}
\printindex[libraryindex]
\clearpage
\makeevenfoot{cpppage}{\leftmark}{}{\thepage}
\makeoddfoot{cpppage}{\leftmark}{}{\thepage}
\renewcommand{\preindexhook}{The entries in this index are rough descriptions; exact
specifications are at the indicated page in the general text.\\}
% FIXME: There must be a better way to get a one-column index,
% but makeindex[impldefindex, columns=1] doesn't work.
\renewcommand{\twocolumn}[1][]{#1}
\renewcommand{\indexname}{Index of implementation-defined behavior}
\renewcommand{\leftmark}{\indexname}
\printindex[impldefindex]