]> git.lyx.org Git - lyx.git/commitdiff
add Figure and Table.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 3 Nov 2007 01:55:16 +0000 (01:55 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 3 Nov 2007 01:55:16 +0000 (01:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21399 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/stdinsets.inc

index 731104e9f2e545a369150a1ea80d14783f0fa910..bfeac92d4eed6feed7535f1e7803decd117ebceb 100644 (file)
@@ -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