X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fdb_stdsections.inc;h=e961b77955061882eb570c95fcd5ef8decced1b5;hb=1caa7670d2222a3bae6277c3c6bbe0ce65a8f658;hp=773cd40d6eb594d09a8a367b6d72dcd6ec8da12f;hpb=8e47dbd26c2d0a5c7f354526c92776dd81f2e986;p=lyx.git diff --git a/lib/layouts/db_stdsections.inc b/lib/layouts/db_stdsections.inc index 773cd40d6e..e961b77955 100644 --- a/lib/layouts/db_stdsections.inc +++ b/lib/layouts/db_stdsections.inc @@ -1,58 +1,73 @@ # Textclass definition file for docbook. -# Author : José Abílio Oliveira Matos +# Author : José Abílio Oliveira Matos +# Modified by Martin Vermeer # This file is the counterpart of stdsections.inc -# It is desireable, as far as possible, to have the same look and feeling for +# It is desirable, as far as possible, to have the same look and feel for # related layouts in latex and docbook. +Format 30 Input stdsections.inc -# Part style definition Style Part - LatexType Command - LatexName part - LatexParam "0|" + LatexType Command + LatexName part + InnerTag "title" + CommandDepth 0 + TocLevel 0 End -# Chapter style definition + Style Chapter - LatexType Command - LatexName chapter - LatexParam "1|" + LatexType Command + LatexName chapter + InnerTag "title" + CommandDepth 1 + TocLevel 0 End -# Section style definition + Style Section - LatexType Command - LatexName sect1 - LatexParam "2|" + LatexType Command + LatexName sect1 + InnerTag "title" + CommandDepth 2 + TocLevel 1 End -# Subsection style definition + Style Subsection - LatexType Command - LatexName sect2 - LatexParam "3|" + LatexType Command + LatexName sect2 + InnerTag "title" + CommandDepth 3 + TocLevel 2 End -# Subsubsection style definition + Style Subsubsection - LatexType Command - LatexName sect3 - LatexParam "4|" + LatexType Command + LatexName sect3 + InnerTag "title" + CommandDepth 4 + TocLevel 3 End -# Paragraph style definition + Style Paragraph - LatexType Command - LatexName sect4 - LatexParam "5|" + LatexType Command + LatexName sect4 + InnerTag "title" + CommandDepth 5 + TocLevel 4 End -# Subparagraph style definition + Style Subparagraph - LatexType Command - LatexName sect5 - LatexParam "6|" + LatexType Command + LatexName sect5 + InnerTag "title" + CommandDepth 6 + TocLevel 5 End