]> git.lyx.org Git - features.git/commitdiff
fill definitions for star sections (docbook).
authorJosé Matox <jamatos@lyx.org>
Fri, 15 Oct 2004 16:22:43 +0000 (16:22 +0000)
committerJosé Matox <jamatos@lyx.org>
Fri, 15 Oct 2004 16:22:43 +0000 (16:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9091 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/layouts/db_stdstarsections.inc

index 5358d3696b21c65eb88979856e2f675f36494583..152ad7612bd2421947ff8ed4c53637309a522718 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-15  Andreas Vox  <vox@isp.uni-luebeck.de>
+
+       * layouts/db_stdstarsections.inc: fill definitions for star sections.
+
 2004-10-13  José Matos  <jamatos@lyx.org>
 
        * layouts/linuxdoc.layout:
index 27d96880b955482b527601729505607ba60a8a9c..09c58e44c55d00a450237f292349a743bdc404df 100644 (file)
@@ -1,9 +1,92 @@
-# Textclass definition file for docbook.
-# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
+# Standard textclass definition file. Taken from initial LyX source code
+# Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
+# Transposed by Pascal André <andre@via.ecp.fr>
+# 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