summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thesis/testndx.tex
blob: f87a98e45ff2c86d6c4b7f181833a607843188f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\documentclass[12pt]{thesis}

\usepackage{makendx}
\makenameindex
\namefont{\sl\bfseries}

\begin{document}

\chapter{Preface}

We are grateful to \name[Knuth, Donald E.]{Donald E. Knuth} for \TeX{}.
Furthermore we thank \nameindex{Lamport, Leslie} \emph{Leslie Lamport}
and the \LaTeX3{} \name*{Project}. 

\renewcommand{\indexname}{Nameindex}
\printnameindex
\end{document}