]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdtitle.inc
Revert "Fix Ticket #9741 misleading name for font-encoding setting "default"."
[lyx.git] / lib / layouts / stdtitle.inc
index 9a4fd9299b2c9af090f5073322ddef7e2d141e33..5aad59e1eb7d16b66abf11c92135fa9a74211316 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,13 @@
 # a document, like title, author and such.
 
 
+Format 62
+
+
 Style Title
        Margin                Static
        LatexType             Command
+       Category              FrontMatter
        InTitle               1
        LatexName             title
        ParSkip               0.4
@@ -19,18 +23,19 @@ Style Title
        BottomSep             1
        ParSep                1
        Align                 Center
-       AlignPossible         Center
        LabelType             No_Label
-
-       Font 
+       Font
          Size                Largest
        EndFont
+       HTMLTag               h1
+       HTMLTitle             true
 End
 
 
 Style Author
        Margin                Static
        LatexType             Command
+       Category              FrontMatter
        InTitle               1
        LatexName             author
        LabelSep              xxx
@@ -39,10 +44,8 @@ Style Author
        BottomSep             0.7
        ParSep                0.7
        Align                 Center
-       AlignPossible         Center
        LabelType             No_Label
-
-       Font 
+       Font
          Size                Large
        EndFont
 End
@@ -51,6 +54,7 @@ End
 Style Date
        Margin                Dynamic
        LatexType             Command
+       Category              FrontMatter
        InTitle               1
        LatexName             date
        LabelSep              xxx
@@ -59,10 +63,8 @@ Style Date
        BottomSep             0.5
        ParSep                1
        Align                 Center
-       AlignPossible         Center
        LabelType             No_Label
-
-       Font 
+       Font
          Size                Large
        EndFont
 End