On Sun, Aug 17, 2003 at 03:23:08PM +0300, Martin Vermeer spake thusly:
> 
> BTW have others noticed that ClassOptions Other in the layout file is
> not being respected?
> 
> - M

This patch fixes this.

OK to commit?


PS. About babel... have I understood correctly that the decision
making process is this:
1) Use it if Prefs check box checked.
2) if unchecked, use it anyway if the document language is not the
default language ... OR ... if the document uses explicit languages.
(LaTeXFeatures.C:43)

I am asking this because AGU malfunctions in the presence of babel.
How safe is it to recommend AGU-writing LyX users anywhere to just
turn babel off in the preferences? AGU articles are always in English
(but might contain other-language fragments, who knows? So this should
be outlawed then.)

Martin

-- 
Martin Vermeer  [EMAIL PROTECTED]
Helsinki University of Technology 
Dept. of Surveying, Inst. of Geodesy
P.O. Box 1200, FIN-02015 HUT, Finland
:wq
Index: FormDocument.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/xforms/FormDocument.C,v
retrieving revision 1.149
diff -u -p -r1.149 FormDocument.C
--- FormDocument.C      17 Aug 2003 11:28:21 -0000      1.149
+++ FormDocument.C      17 Aug 2003 16:40:29 -0000
@@ -1060,6 +1060,7 @@ void FormDocument::UpdateClassParams(Buf
        fl_set_choice_text(class_->choice_pagestyle,
                           params.pagestyle.c_str());
 
+       fl_set_input(class_->input_extra, tclass.options().c_str());
 }
 
 void FormDocument::class_update(BufferParams const & params)

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to