]> git.lyx.org Git - features.git/commitdiff
minor enhancements and fixes to scrclass.inc
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 22 Sep 2003 09:24:15 +0000 (09:24 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 22 Sep 2003 09:24:15 +0000 (09:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7805 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/layouts/scrclass.inc

index aa862499a9a66ff0812e77fff4b8a0f6668e3878..c3530942d30f9b0aedb8a15069dde4fe379483dd 100644 (file)
@@ -1,6 +1,7 @@
-2003-09-22  Jürgen Spitzmüller  <spitzmueller@gmx.de>
+2003-09-22  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
 
        * layouts/memoir.layout: new support for memoir.cls
+       * layouts/scrclass.inc: minor enhancements
 
 2003-09-17  Martin Vermeer  <martin.vermeer@hut.fi>
 
index c09db7de9f0fb07bd11c47808369a6992c686234..45319e4d50e3c1762be5b987c0a94f753423b3c8 100644 (file)
@@ -9,7 +9,6 @@ SecNumDepth             2
 TocDepth                2
 DefaultStyle            Standard
 
-
 Style Standard
        LatexName             dummy
        ParIndent             MM
@@ -17,27 +16,18 @@ Style Standard
        AlignPossible         Block, Left, Right, Center
 End
 
-
 Input stdlists.inc
-Input stdfloats.inc
-Input stdsections.inc
-Input stdstarsections.inc
 Input stdcounters.inc
-Input stdtitle.inc
-Input stdstruct.inc
-Input stdlayouts.inc
-Input lyxmacros.inc
+Input stdfloats.inc
 
 NoStyle List
 
-
 Style Description
        LabelFont
          Family              Sans
        EndFont
 End
 
-
 Style Labeling
        Margin                Manual
        LatexType             List_Environment
@@ -55,6 +45,8 @@ Style Labeling
 End
 
 
+Input stdsections.inc
+
 Style Part
        Font
          Family              Sans
@@ -106,7 +98,7 @@ Style Subparagraph
        EndFont
 End
 
-
+Input stdstarsections.inc
 
 Style Addpart
        CopyStyle             Part*
@@ -117,12 +109,14 @@ End
 Style Addchap
        CopyStyle             Chapter*
        LatexName             addchap
+       TocLevel              1
 End
 
 
 Style Addsec
        CopyStyle             Section*
        LatexName             addsec
+       TocLevel              2
 End
 
 
@@ -154,6 +148,7 @@ Style Minisec
        EndFont
 End
 
+Input stdtitle.inc
 
 Style Title
        Font
@@ -223,6 +218,7 @@ Style Extratitle
        LatexName             extratitle
 End
 
+Input stdstruct.inc
 
 Style Abstract
        LabelFont
@@ -237,6 +233,7 @@ Style Bibliography
        EndFont
 End
 
+Input stdlayouts.inc
 
 Style Captionabove
        CopyStyle            Caption
@@ -264,3 +261,7 @@ Style Dictum
          Size               Normal
        EndFont
 End
+
+Input lyxmacros.inc
+Input scrmacros.inc
+