3. reLyX creates a "makeindex" entry in the LyX file header which is not
accepted by LyX
This entry is created by
MakePreamble.pm-282- "graphics" => "\\graphics default",
MakePreamble.pm-283- "rotating" => "",
MakePreamble.pm:284: "makeidx" => "\\makeindex"
MakePreamble.pm-285- );
MakePreamble.pm-286-
Unfortunately, \makeindex is not accepted in LyX format 221. Question:
In which LyX version has this option been removed? Or has it been
replaced by something else? Or should reLyX never translate makeindex?
This information is needed to fix the problem at the proper place.
The mapping in line 284 was introduced in version 1.6, 2001/10/17.
However, buffer.C, version 1.256, 2001/10/22 09:45:29, as well as the current version of buffer.C do no read "makeindex".
My conclusion is that we should suppress the import. Please find a patch below.
Jose, could you please check the patch and commit it afterwards?
TIA, Michael
*******************************
Index: MakePreamble.pm
===================================================================
RCS file: /cvs/lyx/lyx-devel/lib/reLyX/MakePreamble.pm,v
retrieving revision 1.7
diff -u -r1.7 MakePreamble.pm
--- MakePreamble.pm 2001/10/18 11:39:14 1.7
+++ MakePreamble.pm 2003/01/15 13:12:05
@@ -281,7 +281,7 @@
"graphics" => "\\graphics default",
"rotating" => "",
- "makeidx" => "\\makeindex"
+ "makeidx" => ""
);
## Babel with arguments specifing language
--
=======================================================================
Michael Schmitt Telefon: +49 651 97551-40
Institut für Telematik Telefax: +49 651 97551-12
Bahnhofstrasse 30-32 WWW: http://www.ti.fhg.de
D-54292 Trier E-Mail: mailto:[EMAIL PROTECTED]
=======================================================================