]> git.lyx.org Git - features.git/commitdiff
Remove SGML paragraph type. (docbook)
authorJosé Matox <jamatos@lyx.org>
Sat, 30 Oct 2004 18:17:31 +0000 (18:17 +0000)
committerJosé Matox <jamatos@lyx.org>
Sat, 30 Oct 2004 18:17:31 +0000 (18:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9147 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/layouts/db_stdlayouts.inc

index 3232eccc4bde655ed822f8725543e412c40ead9d..90a5460265c8f49213c80ef36e11cf1d8a0ec8c9 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-30  José Matos  <jamatos@lyx.org>
+
+       * layouts/db_stdlayouts.inc: remove SGML paragraph type.
+
 2004-10-28  José Matos  <jamatos@lyx.org>
 
        * Makefile.am: add entry to layouts/db_stdcounters.inc
index ea6f2b8a80f49172fc3464f1a12814ff10d73bfe..2d3ff2c6b49aa9086535e95301bc0a79d8bfe50d 100644 (file)
@@ -7,23 +7,6 @@
 
 Input stdlayouts.inc
 
-
-Style SGML
-       Margin                Static
-       LatexType             Paragraph
-       LatexName             "!-- --"
-       NewLine               0
-       ParIndent             MM
-       ParSkip               0.4
-       ParSep                0.5
-       Align                 Left
-       AlignPossible         Block
-       LabelType             No_Label
-       FreeSpacing           1
-       PassThru              1
-End
-
-
 Style Literal
        LatexType             Environment
        LatexName             literallayout
@@ -46,3 +29,7 @@ Style Caption
        LatexType             Paragraph
        LatexName             title
 End
+
+Style SGML
+       ObsoletedBy           Standard
+End