From: Abdelrazak Younes Date: Sat, 3 Nov 2007 01:55:16 +0000 (+0000) Subject: add Figure and Table. X-Git-Tag: 1.6.10~7504 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=074dee47c309debe1fc1d761b0912f17e76d177e;p=lyx.git add Figure and Table. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21399 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc index 731104e9f2..bfeac92d4e 100644 --- a/lib/layouts/stdinsets.inc +++ b/lib/layouts/stdinsets.inc @@ -184,4 +184,21 @@ InsetLayout Box MultiPar true End +InsetLayout figure + LabelString Figure + LabelFont + Color collapsable + Size Small + EndFont + MultiPar true +End + +InsetLayout table + LabelString Table + LabelFont + Color collapsable + Size Small + EndFont + MultiPar true +End