Date: Sun, 11 Nov 2001 01:30:43 +0100
From: "Egbert J.W. Boers" <[EMAIL PROTECTED]>

> you can also try to edit your lyxfile with an external editor:
>
> \begin_inset Info -> \begin_float margin
> .....                 ....
> \end_inset      -> \end_float

perl -pe 'if (/\\begin_inset Info/../\\end_inset/ ){ s/inset Info/float margin/;
s/end_inset/end_float/;}' FILE > NEWFILE

(mind the wrap --- that should all be one line)

Warning -- I haven't tried this -- but it SHOULD work.

____________________________________________________________
Will Fischer
 
Biology Department                      [EMAIL PROTECTED]
Indiana University                      Lab:    812-855-2549
Jordan Hall 142                         FAX:    812-855-6705 
1001 E. Third Street                   
Bloomington, IN  47405-3700 USA

Reply via email to