On Tue, Oct 07, 2003 at 09:34:17AM +0100, Jose' Matos spake thusly:
> 
> Hi Martin,
>       please document the changes to the file format that you introduced with box 
> in development/FORMAT.
> 
>       After that I will do the convertion and retroversion for lyx2lyx.
> 
> -- 
> José Abílio
> 
> LyX file format cop.
 
José,

here is the patch. I'll commit it presently if you're happy with it
(and in amended form later if not).

- Martin

Index: FORMAT
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/development/FORMAT,v
retrieving revision 1.13
diff -u -p -r1.13 FORMAT
--- FORMAT      21 Aug 2003 12:15:28 -0000      1.13
+++ FORMAT      7 Oct 2003 09:01:54 -0000
@@ -1,5 +1,38 @@
 LyX file-format changes
 -----------------------
+2003-10-07  Martin Vermeer  <[EMAIL PROTECTED]>
+
+       * Added box inset. File format:
+
+       \begin_inset Ovalbox            Boxed/Frameless/ovalbox/Ovalbox
+                                           /Shadowbox/Doublebox
+       position "b"                    t/c/b
+       hor_pos "c"                     l/c/r/s
+       has_inner_box 1                 1/0
+       inner_pos "b"                   t/c/b/s
+       use_parbox 0                    1/0
+       width "100col%"                 unit+width-string
+       special "none"                  none/height/depth
+                                           /totalheight/width
+       height "1in"                    unit+width-string
+       height_special "totalheight"    none/height/depth
+                                           /totalheight/width
+       collapsed false                 true/false
+
+       \begin_layout Standard
+
+       <box contents>
+       \end_layout
+
+       \end_inset
+
+       This box (Frameless, has_inner_box=1, use_parbox=0) replaces 
+       the pre-existing Minipage inset. Parameters translate as follows:
+       position                        0/1/2   -> t/c/b
+       inner_position                  0/1/2/3 -> inner_pos c/t/b/s
+       height                          same
+       width                           same
+       collapsed                       same
 
 2003-08-19  Michael Schmitt  <[EMAIL PROTECTED]>
 

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to