From 6f38bba74ad7379716ea6302dd76999832e5e4fd Mon Sep 17 00:00:00 2001 From: Martin Vermeer Date: Tue, 7 Oct 2003 14:55:22 +0000 Subject: [PATCH] Added Box syntax. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7872 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/FORMAT | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/development/FORMAT b/development/FORMAT index 537c7bafd7..7a63560ccb 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -1,5 +1,38 @@ LyX file-format changes ----------------------- +2003-10-07 Martin Vermeer + + * 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 + + + \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 -- 2.39.2