From 6e68eaba8697208ffc5155ecc3600572e1e4d6c8 Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Tue, 17 Aug 2010 15:22:49 +0200 Subject: [PATCH] dont make 'Index' a specialsection because we will generat our own index --- doc/latex.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/latex.conf b/doc/latex.conf index b058d2c..e5b3a5e 100644 --- a/doc/latex.conf +++ b/doc/latex.conf @@ -539,7 +539,8 @@ ifdef::doctype-book[] ^Dedication$=dedication endif::doctype-book[] -^Index$=index +# we generate our own index, dont make Index special +^Index$= ifdef::latex-use-bibliography-environment[] ^(Bibliography|References)$=bibliography -- 2.20.1