]> git.lyx.org Git - lyx.git/commitdiff
Set makeindex as index processor in the docs
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 14 Dec 2019 08:48:33 +0000 (09:48 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 15 Dec 2019 06:36:40 +0000 (07:36 +0100)
Prevent that another processor (such as xindy) is used when set in prefs.

xindy does not play well with hyperref.

Fixes #11708

(cherry picked from commit cb25603ae1c68470755851e25c3ef87b96d33344)

lib/doc/EmbeddedObjects.lyx
lib/doc/Math.lyx
lib/doc/UserGuide.lyx
lib/doc/de/Additional.lyx
lib/doc/de/Math.lyx
lib/doc/es/EmbeddedObjects.lyx
lib/doc/es/UserGuide.lyx
lib/doc/fr/UserGuide.lyx
status.23x

index aeafe50689a0a2fb4ea7a4bdbe47e4e4e3e19670..64dcd5a83c1c2ff822ac25f35b73721ead362b80 100644 (file)
@@ -178,7 +178,7 @@ varwidth
 \default_output_format pdf2
 \output_sync 0
 \bibtex_command default
-\index_command default
+\index_command makeindex
 \paperfontsize 12
 \spacing single
 \use_hyperref true
index 86a4ad7bf28688f8f65944b07223f5c82c2fe838..d82ec8f1723258f632f74578462bc1539373f29b 100644 (file)
@@ -159,7 +159,7 @@ subequations
 \default_output_format pdf2
 \output_sync 0
 \bibtex_command default
-\index_command default
+\index_command makeindex
 \paperfontsize 12
 \spacing single
 \use_hyperref true
index 6821a06dd4ccd16b73e71c35d12b544041f07c08..591b0d9c0be8a7882757eb3b20f00aa3e3a5cdc1 100644 (file)
@@ -75,7 +75,7 @@ logicalmkup
 \default_output_format pdf2
 \output_sync 0
 \bibtex_command bibtex
-\index_command default
+\index_command makeindex
 \paperfontsize 12
 \spacing single
 \use_hyperref true
index 4b4c7bc9518771c98ec5e9ccebb2d8b5cbcf7bad..0367c572f087007538f370c3bff49f6a7d421fb4 100644 (file)
@@ -63,7 +63,7 @@ shapepar
 \default_output_format pdf2
 \output_sync 0
 \bibtex_command default
-\index_command default
+\index_command makeindex
 \paperfontsize 12
 \spacing single
 \use_hyperref true
index 14ca72e6786e6ad4a8f83bfa111d743a16a65e6a..0d9633685d12cadcc9d1e416a14f09913dc744c8 100644 (file)
@@ -171,7 +171,7 @@ subequations
 \default_output_format pdf2
 \output_sync 0
 \bibtex_command default
-\index_command default
+\index_command makeindex
 \paperfontsize 12
 \spacing single
 \use_hyperref true
index 29813c8309590e368b559dc90f84ff3891feee12..7b753ae5e88dd96f68835c8627a4067b42011c80 100644 (file)
@@ -182,7 +182,7 @@ varwidth
 \default_output_format pdf2
 \output_sync 0
 \bibtex_command default
-\index_command default
+\index_command makeindex
 \paperfontsize 12
 \spacing single
 \use_hyperref true
index 8a4d9bc3c014de95e55ed14c96f6caf4ed42991b..76a25054053a697637386171621135e670d734b8 100644 (file)
@@ -74,7 +74,7 @@ enumitem
 \default_output_format pdf2
 \output_sync 0
 \bibtex_command bibtex
-\index_command default
+\index_command makeindex
 \paperfontsize 12
 \spacing single
 \use_hyperref true
index 7fd4ba2f58775b5ab78595197e342d796534640b..0f03499e9f48c0f2c178f28175b39037733b523e 100644 (file)
@@ -89,7 +89,7 @@ logicalmkup
 \default_output_format pdf2
 \output_sync 0
 \bibtex_command bibtex
-\index_command default
+\index_command makeindex
 \paperfontsize 12
 \spacing single
 \use_hyperref true
index 048707e6648a9ddd91a33310f90840f348110c57..a2d4b00f6e9b2792ab29d4384612df65bd8edc33 100644 (file)
@@ -49,6 +49,8 @@ What's new
 - Updated localizations include Arabic, Bulgarian, Czech, Dutch, German, Hebrew, 
   Italian, Brazilian Portuguese, Slovak, Swedish, and Ukrainian.
 
+- Fixed index processor in some manuals (bug 11708).
+
 
 * BUILD/INSTALLATION