* Makefile (lib1.stamp): Use makeindex to generate index instead
of an antiquated texindex program - which is not the same texindex
as in the texinfo package.
* krb5idx.sty: Style for generating indexes. Provides definitions
for use with krb5.ist.
* krb5.ist: makeindex macros. Based on gind.ist.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12802
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Oct 18 09:55:25 2000 Ezra Peisach <epeisach@mit.edu>
+
+ * library.tex: Update to latex2e. Include krb5idx.sty.
+
+ * Makefile (lib1.stamp): Use makeindex to generate index instead
+ of an antiquated texindex program - which is not the same texindex
+ as in the texinfo package.
+
+ * krb5idx.sty: Style for generating indexes. Provides definitions
+ for use with krb5.ist.
+
+ * krb5.ist: makeindex macros. Based on gind.ist.
+
2000-10-17 Ezra Peisach <epeisach@mit.edu>
* krb5.tex: krb5_unparse_name_ext(), krb5_build_principal(),
SHELL=/bin/sh
-STYLES=changebar.sty fixunder.sty functions.sty
+STYLES=changebar.sty fixunder.sty functions.sty krb5idx.sty
LIBTEX= library.tex intro.tex tables.tex errors.tex krb5.tex ccache.tex \
rcache.tex keytab.tex libos.tex free.tex
lib1.stamp: $(LIBTEX) $(STYLES)
touch library.ind
latex library
- texindex library.idx
+ makeindex -s krb5.ist library.idx
date > lib1.stamp
.tex.dvi:
--- /dev/null
+%%
+%% This is based on the gind.ist
+%%
+actual '='
+quote '!'
+level '>'
+preamble
+"\n \\begin{theindex} \n"
+postamble
+"\n\n \\end{theindex}\n"
+item_x1 "\\efill \n \\subitem "
+item_x2 "\\efill \n \\subsubitem "
+delim_0 "\\pfill "
+delim_1 "\\pfill "
+delim_2 "\\pfill "
+% The next lines will produce some warnings when
+% running Makeindex as they try to cover two different
+% versions of the program:
+lethead_prefix "{\\bfseries\\hfil "
+lethead_suffix "\\hfil}\\nopagebreak\n"
+lethead_flag 1
+heading_prefix "{\\bfseries\\hfil "
+heading_suffix "\\hfil}\\nopagebreak\n"
+headings_flag 1
+%%
+%%
--- /dev/null
+\usepackage{makeidx}
+
+% The following defintions are for our indexing scheme. Stolen from
+% doc.sty.
+\def\dotfill{\leaders\hbox to.6em{\hss .\hss}\hskip\z@ plus 1fill}%
+\def\dotfil{\leaders\hbox to.6em{\hss .\hss}\hfil}%
+\def\efill{\hfill\nopagebreak}%
+\def\pfill{\unskip~\dotfill\penalty500\strut\nobreak
+ \dotfil~\ignorespaces}%
+%%
-\documentstyle[fixunder,functions,changebar,twoside,fancyheadings]{article}
+\documentclass[twoside]{article}
+\usepackage{fixunder,functions,changebar,fancyheadings}
+\usepackage{krb5idx}
+%\usepackage{hyperref}
+
+%\hypersetup{letterpaper,
+% bookmarks=true,
+%pdfpagemode=UseOutlines,
+%}
+
+%
%\setlength{\oddsidemargin}{1in}
%\setlength{\evensidemargin}{1.00in}
%\setlength{\textwidth}{6.5in}
\appendix
\cleardoublepage
-\input{\jobname.ind}
+\printindex
\end{document}