X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fdb_stdsections.inc;h=1b52432c95eedc279c57c676d4c4c92e6b903083;hb=d0af587ab4b93533955f40bf2ac099e71d60b4f4;hp=e4c75dd44f50550fb018b0525e13752fdd916f10;hpb=28f4beaefac5839f6ba7fae615d46a6ba107486d;p=lyx.git diff --git a/lib/layouts/db_stdsections.inc b/lib/layouts/db_stdsections.inc index e4c75dd44f..1b52432c95 100644 --- a/lib/layouts/db_stdsections.inc +++ b/lib/layouts/db_stdsections.inc @@ -1,57 +1,66 @@ # 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 48 Input stdsections.inc - Style Part LatexType Command LatexName part - LatexParam "0|" + InnerTag "title" + CommandDepth 0 End Style Chapter LatexType Command LatexName chapter - LatexParam "1|" + InnerTag "title" + CommandDepth 1 End Style Section LatexType Command LatexName sect1 - LatexParam "2|" + InnerTag "title" + CommandDepth 2 End Style Subsection LatexType Command LatexName sect2 - LatexParam "3|" + InnerTag "title" + CommandDepth 3 End Style Subsubsection LatexType Command LatexName sect3 - LatexParam "4|" + InnerTag "title" + CommandDepth 4 End Style Paragraph LatexType Command LatexName sect4 - LatexParam "5|" + InnerTag "title" + CommandDepth 5 End Style Subparagraph LatexType Command LatexName sect5 - LatexParam "6|" + InnerTag "title" + CommandDepth 6 End +