]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdtitle.inc
Allow literate documents other than noweb to work out of the box. Currently
[lyx.git] / lib / layouts / stdtitle.inc
index 9fa440a6c1212149e317eed57c91d347933abdc9..ee92a419786e422fc870ace12759ceec9a5b597a 100644 (file)
@@ -1,6 +1,6 @@
 # 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>
+# Transposed by Pascal André <andre@via.ecp.fr>
 # Heavily modifed and enhanced by several developers.
 # Split from stdstruct.inc by Hartmut Goebel <hartmut@noris.net>
 
@@ -8,9 +8,11 @@
 # a document, like title, author and such.
 
 
+Format 11
 Style Title
        Margin                Static
        LatexType             Command
+       Category              FrontMatter
        InTitle               1
        LatexName             title
        ParSkip               0.4
@@ -19,9 +21,8 @@ Style Title
        BottomSep             1
        ParSep                1
        Align                 Center
-       AlignPossible         Center
        LabelType             No_Label
-       Font 
+       Font
          Size                Largest
        EndFont
 End
@@ -30,6 +31,7 @@ End
 Style Author
        Margin                Static
        LatexType             Command
+       Category              FrontMatter
        InTitle               1
        LatexName             author
        LabelSep              xxx
@@ -38,9 +40,8 @@ Style Author
        BottomSep             0.7
        ParSep                0.7
        Align                 Center
-       AlignPossible         Center
        LabelType             No_Label
-       Font 
+       Font
          Size                Large
        EndFont
 End
@@ -49,6 +50,7 @@ End
 Style Date
        Margin                Dynamic
        LatexType             Command
+       Category              FrontMatter
        InTitle               1
        LatexName             date
        LabelSep              xxx
@@ -57,9 +59,8 @@ Style Date
        BottomSep             0.5
        ParSep                1
        Align                 Center
-       AlignPossible         Center
        LabelType             No_Label
-       Font 
+       Font
          Size                Large
        EndFont
 End