From 3459c60293b497a83031ff510c950940d4b9cf0e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matox?= Date: Fri, 15 Oct 2004 16:22:43 +0000 Subject: [PATCH] fill definitions for star sections (docbook). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9091 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++ lib/layouts/db_stdstarsections.inc | 97 +++++++++++++++++++++++++++--- 2 files changed, 94 insertions(+), 7 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 5358d3696b..152ad7612b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2004-10-15 Andreas Vox + + * layouts/db_stdstarsections.inc: fill definitions for star sections. + 2004-10-13 José Matos * layouts/linuxdoc.layout: diff --git a/lib/layouts/db_stdstarsections.inc b/lib/layouts/db_stdstarsections.inc index 27d96880b9..09c58e44c5 100644 --- a/lib/layouts/db_stdstarsections.inc +++ b/lib/layouts/db_stdstarsections.inc @@ -1,9 +1,92 @@ -# Textclass definition file for docbook. -# Author : José Abílio Oliveira Matos +# Standard textclass definition file. Taken from initial LyX source code +# Author : Matthias Ettrich +# Transposed by Pascal André +# Heavily modifed and enhanced by several developers. -# This file is the counterpart of stdstarsections.inc -# It is desirable, as far as possible, to have the same look and feel for -# related layouts in latex and docbook. +# This include files contains all non numbered versions of the +# sectioning-related commands that are useful for article-like +# document classes, but not for letters. It should be Input after +# modifying the style of the regular sectioning layouts. -# empty for now, it is possible to do it using bridgehead with attribute -# renderas="part|chapter|sect1|sect2|sect3|sect4|sect5" + +Style Part* + CopyStyle Part + Margin Static + LatexName bridgehead + LatexType Environment + InnerTag title + LabelType No_Label + LatexParam renderas="part" +End + + +Style Chapter* + CopyStyle Chapter + Margin Static + LatexType Environment + InnerTag title + LatexName bridgehead + LabelType No_Label + OptionalArgs 0 + LatexParam renderas="chapter" +End + + +Style Section* + CopyStyle Section + Margin Static + LatexName bridgehead + LatexType Environment + InnerTag title + LabelType No_Label + OptionalArgs 0 + LatexParam renderas="sect1" +End + + +Style Subsection* + CopyStyle Subsection + Margin Static + LatexName bridgehead + LatexType Environment + InnerTag title + LabelType No_Label + OptionalArgs 0 + LatexParam renderas="sect2" +End + + +Style Subsubsection* + CopyStyle Subsubsection + Margin Static + LatexName bridgehead + LatexType Environment + InnerTag title + LabelType No_Label + OptionalArgs 0 + LatexParam renderas="sect3" +End + + +Style Paragraph* + CopyStyle Paragraph + Margin Static + LatexName bridgehead + LatexType Environment + InnerTag title + LabelType No_Label + OptionalArgs 0 + LatexParam renderas="sect4" +End + + +Style Subparagraph* + CopyStyle Subparagraph + Margin Static + LatexName bridgehead + LatexType Environment + InnerTag title + LabelType No_Label + OptionalArgs 0 + LatexParam renderas="sect5" +End -- 2.39.2