From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/thesis/testndx.tex | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 macros/latex/contrib/thesis/testndx.tex (limited to 'macros/latex/contrib/thesis/testndx.tex') diff --git a/macros/latex/contrib/thesis/testndx.tex b/macros/latex/contrib/thesis/testndx.tex new file mode 100644 index 0000000000..f87a98e45f --- /dev/null +++ b/macros/latex/contrib/thesis/testndx.tex @@ -0,0 +1,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} -- cgit v1.2.3