about summary refs log tree commit diff stats
path: root/common/latex/preamble/core/index.tex
blob: a52cc2091e6c5c62269b5988c57da6b478cf83f5 (plain) (blame)
1
2
3
4
5
6
7
8
\usepackage{index} % Helps to create an index
\makeindex

\ifdraft{
	\usepackage{showidx}
} {
	\message {Draft packages not loaded, showidx not loaded.}
}