]> git.lyx.org Git - features.git/commitdiff
Added Box syntax.
authorMartin Vermeer <martin.vermeer@hut.fi>
Tue, 7 Oct 2003 14:55:22 +0000 (14:55 +0000)
committerMartin Vermeer <martin.vermeer@hut.fi>
Tue, 7 Oct 2003 14:55:22 +0000 (14:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7872 a592a061-630c-0410-9148-cb99ea01b6c8

development/FORMAT

index 537c7bafd70380eba8b4d68b40af3f8dde0945d0..7a63560ccbd819e57f10af13ef58f951ce2ec92e 100644 (file)
@@ -1,5 +1,38 @@
 LyX file-format changes
 -----------------------
+2003-10-07  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * 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  <michael.schmitt@teststep.org>