mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
Added Box syntax.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7872 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
35c0c230d7
commit
6f38bba74a
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user