about summary refs log tree commit diff stats
path: root/common/latex/preamble/core/index.tex
diff options
context:
space:
mode:
Diffstat (limited to 'common/latex/preamble/core/index.tex')
-rw-r--r--common/latex/preamble/core/index.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/latex/preamble/core/index.tex b/common/latex/preamble/core/index.tex
new file mode 100644
index 0000000..a52cc20
--- /dev/null
+++ b/common/latex/preamble/core/index.tex
@@ -0,0 +1,8 @@
+\usepackage{index} % Helps to create an index
+\makeindex
+
+\ifdraft{
+	\usepackage{showidx}
+} {
+	\message {Draft packages not loaded, showidx not loaded.}
+}