From 074dee47c309debe1fc1d761b0912f17e76d177e Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sat, 3 Nov 2007 01:55:16 +0000 Subject: [PATCH] add Figure and Table. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21399 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/stdinsets.inc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 -- 2.39.5