From: José Matox Date: Sat, 30 Oct 2004 18:17:31 +0000 (+0000) Subject: Remove SGML paragraph type. (docbook) X-Git-Tag: 1.6.10~14886 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5b859a8e9ace8a5168c2dce8c876bc2743b2c663;p=features.git Remove SGML paragraph type. (docbook) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9147 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 3232eccc4b..90a5460265 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2004-10-30 José Matos + + * layouts/db_stdlayouts.inc: remove SGML paragraph type. + 2004-10-28 José Matos * Makefile.am: add entry to layouts/db_stdcounters.inc diff --git a/lib/layouts/db_stdlayouts.inc b/lib/layouts/db_stdlayouts.inc index ea6f2b8a80..2d3ff2c6b4 100644 --- a/lib/layouts/db_stdlayouts.inc +++ b/lib/layouts/db_stdlayouts.inc @@ -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